The OpenD Programming Language

AudioStream.openToMemory

Opens an audio stream that writes to a pre-defined area in memory of maxLength bytes. This stream will be open for writing only. Destroy this stream with closeAudioStream. Note: throws a manually allocated exception in case of error. Free it with destroyAudioFormatsException.

struct AudioStream
nothrow @nogc @nogc
void
openToMemory

Meta