Versions in this module Expand all Collapse all v1 v1.0.0 Mar 9, 2022 Changes in this version + func PutU32BE(b []byte, v uint32) + type FDummy struct + Data []byte + Tag_ mp4io.Tag + func (self FDummy) Children() []mp4io.Atom + func (self FDummy) Len() int + func (self FDummy) Marshal(b []byte) int + func (self FDummy) Tag() mp4io.Tag + func (self FDummy) Unmarshal(b []byte, offset int) (n int, err error) + type Muxer struct + func NewMuxer(w *os.File) *Muxer + func (element *Muxer) Finalize() []byte + func (element *Muxer) GetInit(streams []av.CodecData) (string, []byte) + func (element *Muxer) SetIndex(val int) + func (element *Muxer) WriteHeader(streams []av.CodecData) (err error) + func (element *Muxer) WritePacket(pkt av.Packet, GOP bool) (bool, []byte, error) + func (element *Muxer) WritePacket4(pkt av.Packet) error + func (self *Muxer) SetMaxFrames(count int) + func (self *Muxer) SetPath(path string) + func (self *Muxer) WriteTrailer() (err error) + type Stream struct