SDL2Audio

SDL2 implementation of Audio.

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;
start
void start(Application application)

Start driver (Application dictates settings).

stop
void stop()

Stop driver (may block).

Meta