package schi

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

Index

Types

type Box

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

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

func (*Box) Read

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