Documentation ¶ Index ¶ func GenCrc32(src []byte) uint32 type Muxer func NewMuxer() *Muxer func (muxer *Muxer) Mux(p *av.Packet, w io.Writer) error func (muxer *Muxer) PAT() []byte func (muxer *Muxer) PMT(soundFormat byte, hasVideo bool) []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenCrc32 ¶ func GenCrc32(src []byte) uint32 Types ¶ type Muxer ¶ type Muxer struct { // contains filtered or unexported fields } func NewMuxer ¶ func NewMuxer() *Muxer func (*Muxer) Mux ¶ func (muxer *Muxer) Mux(p *av.Packet, w io.Writer) error func (*Muxer) PAT ¶ func (muxer *Muxer) PAT() []byte PAT return pat data func (*Muxer) PMT ¶ func (muxer *Muxer) PMT(soundFormat byte, hasVideo bool) []byte PMT return pmt data Source Files ¶ View all Source files crc32.gomuxer.go Click to show internal directories. Click to hide internal directories.