pub fn read_ftyp<T: ReadBytesExt>(
src: &mut T,
head: &BoxHeader,
) -> Result<FileTypeBox>Expand description
Parse an ftyp box.
pub fn read_ftyp<T: ReadBytesExt>(
src: &mut T,
head: &BoxHeader,
) -> Result<FileTypeBox>Parse an ftyp box.