import "41.neocities.org/sofia/sinf"
type Box struct { BoxHeader sofia.BoxHeader Box []sofia.Box Frma frma.Box Schi schi.Box }
ISO/IEC 14496-12
aligned(8) class ProtectionSchemeInfoBox(fmt) extends Box('sinf') { OriginalFormatBox(fmt) original_format; SchemeTypeBox scheme_type_box; // optional SchemeInformationBox info; // optional }
func (b *Box) Append(data []byte) ([]byte, error)
func (b *Box) Read(data []byte) error
sinf.go