Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fragmenter ¶
type Fragmenter struct {
// contains filtered or unexported fields
}
func (*Fragmenter) Duration ¶
func (f *Fragmenter) Duration() time.Duration
func (*Fragmenter) Header ¶
func (f *Fragmenter) Header() fragment.Header
Header configures file extensions for this track
func (*Fragmenter) NewSegment ¶
func (f *Fragmenter) NewSegment()
func (*Fragmenter) TimeScale ¶
func (f *Fragmenter) TimeScale() uint32
func (*Fragmenter) WritePacket ¶
func (f *Fragmenter) WritePacket(pkt av.Packet) error
WritePacket formats and queues a packet for the next fragment to be written
Click to show internal directories.
Click to hide internal directories.