import "41.neocities.org/sofia/schi"
type Box struct { BoxHeader sofia.BoxHeader Tenc tenc.Box }
ISO/IEC 14496-12
aligned(8) class SchemeInformationBox extends Box('schi') { Box scheme_specific_data[]; }
func (b *Box) Append(data []byte) ([]byte, error)
func (b *Box) Read(data []byte) error
schi.go