Documentation ¶ Index ¶ type Muxer func New(w io.Writer) *Muxer func (m *Muxer) SetWriter(w io.Writer) func (m *Muxer) WriteHeader(streams []av.CodecData) error func (m *Muxer) WritePacket(pkt av.Packet) error func (m *Muxer) WriteTrailer() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Muxer ¶ type Muxer struct { Interval time.Duration // contains filtered or unexported fields } func New ¶ func New(w io.Writer) *Muxer func (*Muxer) SetWriter ¶ func (m *Muxer) SetWriter(w io.Writer) func (*Muxer) WriteHeader ¶ func (m *Muxer) WriteHeader(streams []av.CodecData) error func (*Muxer) WritePacket ¶ func (m *Muxer) WritePacket(pkt av.Packet) error func (*Muxer) WriteTrailer ¶ func (m *Muxer) WriteTrailer() error Source Files ¶ View all Source files mp4mux.go Click to show internal directories. Click to hide internal directories.