import "41.neocities.org/sofia/traf"
type Box struct { BoxHeader sofia.BoxHeader Box []*sofia.Box Senc *senc.Box Tfhd tfhd.Box Trun trun.Box }
ISO/IEC 14496-12
aligned(8) class TrackFragmentBox extends Box('traf') { }
func (b *Box) Append(data []byte) ([]byte, error)
func (b *Box) Read(data []byte) error
traf.go