ae v0.0.2883 (2020-12-20T10:26:29Z)
Home
Dub
Repo
SDL2Audio
ae
ui
audio
sdl2
audio
Undocumented in source.
class
SDL2Audio :
Audio
{
void
start
(Application application);
void
stop
();
}
Members
Functions
start
void
start
(Application application)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void
stop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Audio
mixer
Mixer
mixer
;
Undocumented in source.
start
void
start
(Application application)
Start driver (Application dictates settings).
stop
void
stop
()
Stop driver (may block).
Meta
Source
See Implementation
ae
ui
audio
sdl2
audio
classes
SDL2Audio