The OpenD Programming Language

AudioStream.openFromMemory

Opens an audio stream that decodes from memory. This stream will be opened for reading only. Note: throws a manually allocated exception in case of error. Free it with destroyAudioFormatsException.

struct AudioStream
nothrow @nogc @nogc
void
openFromMemory
(
const(ubyte)[] inputData
)

Meta