package frma
import "41.neocities.org/sofia/frma"
Index
Types
type Box
type Box struct { BoxHeader sofia.BoxHeader DataFormat [4]uint8 }
ISO/IEC 14496-12
aligned(8) class OriginalFormatBox(codingname) extends Box('frma') { unsigned int(32) data_format = codingname; // format of decrypted, encoded data (in case of protection) // or un-transformed sample entry (in case of restriction // and complete track information) }
func (*Box) Append
func (b *Box) Append(buf []byte) ([]byte, error)
func (*Box) Read
func (b *Box) Read(buf []byte) error