package traf

import "41.neocities.org/sofia/traf"

Index

Types

type Box

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 (*Box) Append

func (b *Box) Append(buf []byte) ([]byte, error)

func (*Box) Read

func (b *Box) Read(buf []byte) error