Skip to main content

read_id3v2

Function read_id3v2 

Source
pub fn read_id3v2<R: Read + Seek>(reader: &mut R) -> ApeResult<Option<Id3v2Tag>>
Expand description

Read an ID3v2 tag from the beginning of the stream.

Returns Ok(None) if the stream does not start with an ID3v2 header.