The OpenD Programming Language

MP3Decoder.samplesInFrame

Returns the number of samples in the current frame, as prepared by decodeNextFrame.

You probably never need to actually call this, as it is just frameSamplesFloat.length / channels.

class MP3Decoder
@property const pure nothrow @trusted @nogc
int
samplesInFrame
()

See Also

Meta