Device

Audio playback context. Some global parameters of sound and music are set from it.

Members

Functions

close
void close()

Closes the device. (Make sure that all sounds have been cleared from memory before this).

open
void open()

Opens and prepares the device for work.

Properties

context
ALCcontext* context [@property getter]

Context object.

device
ALCdevice* device [@property getter]

Device object.

Meta