AudioDevice

class AudioDevice {
ALCdevice* ALDevice;
ALCcontext* ALContext;
ALExtensionSupport SupportedExt;
}

Constructors

this
this(string device = null)

Constucts an audio device, NULL for preffered device.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

MakeCurrent
void MakeCurrent()

Makes the context for this device, a current context.

Meta