pub fn read_hdlr<T: ReadBytesExt + BufRead>(
src: &mut T,
head: &BoxHeader,
) -> Result<HandlerBox>Expand description
Parse a hdlr box.
pub fn read_hdlr<T: ReadBytesExt + BufRead>(
src: &mut T,
head: &BoxHeader,
) -> Result<HandlerBox>Parse a hdlr box.