pub fn read_stsd<T: ReadBytesExt + BufRead>(
src: &mut T,
head: &BoxHeader,
track: &Track,
) -> Result<SampleDescriptionBox>Expand description
Parse a stsd box.
pub fn read_stsd<T: ReadBytesExt + BufRead>(
src: &mut T,
head: &BoxHeader,
track: &Track,
) -> Result<SampleDescriptionBox>Parse a stsd box.