stsd package

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

Index

type Box

ISO/IEC 14496-12

aligned(8) class SampleDescriptionBox() extends FullBox('stsd', version, 0) {
   int i ;
   unsigned int(32) entry_count;
   for (i = 1 ; i <= entry_count ; i++){
      SampleEntry(); // an instance of a class derived from SampleEntry
   }
}

func (*Box) Append

func (*Box) Read

func (*Box) SampleEntry

func (*Box) Sinf

Source Files

stsd.go