[][src]Function mp4ameta::atom::parse_head

pub fn parse_head(reader: &mut impl Read + Seek) -> Result<(usize, Ident)>

Attempts to parse the atom's head containing a 32 bit unsigned integer determining the size of the atom in bytes and the following 4 byte identifier from the reader.