find_frame

Function find_frame 

Source
pub fn find_frame(data: &[u8]) -> Option<(usize, Mp3FrameHeader)>
Expand description

Scans for the first valid MP3 frame header and returns its offset and parsed header.