pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
AudioInitException
pixelperfectengine
audio
base
handler
Thrown on audio initialization errors.
class
AudioInitException :
PPEException
{
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Meta
Source
See Implementation
pixelperfectengine
audio
base
handler
aliases
CallBackDeleg
classes
AudioDeviceHandler
AudioInitException
ModuleManager
functions
callbacksFromSDL
static variables
audioCallbackDeleg
Thrown on audio initialization errors.