class Minimp3::FrameIterator

Included Modules

Defined in:

minimp3.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reader : IO) #

[View source]

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.


[View source]