class Minimp3::FrameIterator
- Minimp3::FrameIterator
- Reference
- Object
Included Modules
- Iterator(Minimp3::Frame)
Defined in:
minimp3.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Minimp3::Frame)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.