AudioBackend

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

flushEvents
void flushEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
getDevices
immutable(AudioDevice[]) getDevices()
Undocumented in source. Be warned that the author may not have intended to support it.
getInputDevices
immutable(AudioDevice[]) getInputDevices()
Undocumented in source. Be warned that the author may not have intended to support it.
getOutputDevices
immutable(AudioDevice[]) getOutputDevices()
Undocumented in source. Be warned that the author may not have intended to support it.
setInputDevice
void setInputDevice(AudioDevice inputDevice)
Undocumented in source. Be warned that the author may not have intended to support it.
setOutputDevice
void setOutputDevice(AudioDevice outputDevice)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getInstance
AudioBackend getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

globalVolume
float globalVolume;
Undocumented in source.
soundio
SoundIo* soundio;
Undocumented in source.

Meta