import "41.neocities.org/sofia/file"
type File struct { Box []sofia.Box Mdat *mdat.Box Moof *moof.Box Moov *moov.Box Sidx *sidx.Box }
ISO/IEC 14496-12
func (f *File) Append(data []byte) ([]byte, error)
func (f *File) GetMoov() (*moov.Box, bool)
func (f *File) Read(data []byte) error
file.go