Function mp4parse::read_tkhd

source ยท
pub fn read_tkhd<T: ReadBytesExt + BufRead>(
    src: &mut T,
    head: &BoxHeader,
) -> Result<TrackHeaderBox>
Expand description

Parse a tkhd box.