The instantiation of this class will attempt to open a (specified) playback device and create a conte...
Definition: OpenALContext.hh:18
void makeCurrent()
Makes this context the current for subsequent calls.
Definition: OpenALContext.cpp:96
void setDeviceName(std::string name)
Sets the name of the playback device to open a context for.
Definition: OpenALContext.cpp:77
void initialize() override
Called to initialize the Object.
Definition: OpenALContext.cpp:32
std::string getDefaultKey() override
Returns the default key for the Object when automatically instantiated in a Configuration,...
Definition: OpenALContext.hh:40