[][src]Function mp4ameta::atom::parse_atoms

pub fn parse_atoms(
    atoms: &[AtomT],
    reader: &mut impl Read + Seek,
    length: usize
) -> Result<Vec<Atom>>

Attempts to parse the list of atoms, matching the templates, from the reader.