Skip to main content

parse

Function parse 

Source
pub fn parse<R: Read + Seek>(reader: &mut R) -> ApeResult<ApeFileInfo>
Expand description

Parse an APE file, returning all metadata and derived values.

Supports both current format (version >= 3980) and old format (version < 3980).