class Mp3::Frame
- Mp3::Frame
- Reference
- Object
Defined in:
id3/mp3/frame.crConstant Summary
-
SYNC_BYTE =
255
Constructors
Class Method Summary
-
.each(r : Reader, max_scan : BinarySize, &block : Frame -> _)
Scan for the first frame and from there on iterate over each mp3 frame
- .find_first_frame(r : Reader, max_scan : BinarySize) : Frame | Nil
- .find_first_frame?(r : Reader, max_scan : BinarySize) : Frame | Nil
Instance Method Summary
Constructor Detail
Class Method Detail
Scan for the first frame and from there on iterate over each mp3 frame