The OpenD Programming Language

MP3Decoder.sampleRate

Returns the sample rate, in hz, of the audio stream. Note that this is per channel, so if this returns 44,100 hz and channels returns 2, you'd have a total of 88,200 samples per second between the two channels.

class MP3Decoder
@property const pure nothrow @trusted @nogc
uint
sampleRate
()

See Also

Meta