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 dplug.core.destroyFree.

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

Meta