The OpenD Programming Language

WAVDecoder

Use both for scanning and decoding

version(decodeWAV)
@nogc nothrow final
class WAVDecoder {
@nogc nothrow static immutable
ubyte[16] KSDATAFORMAT_SUBTYPE_IEEE_FLOAT;
}

Members

Functions

seekPosition
bool seekPosition(int absoluteFrame)
tellPosition
int tellPosition()

Meta