RetroArch
|
#include <audio_driver.h>
Public Attributes | |
audio_mixer_sound_t * | handle |
audio_mixer_voice_t * | voice |
audio_mixer_stop_cb_t | stop_cb |
enum audio_mixer_state | state |
float | volume |
void * | buf |
char * | name |
size_t | bufsize |
void* audio_mixer_stream::buf |
size_t audio_mixer_stream::bufsize |
audio_mixer_sound_t* audio_mixer_stream::handle |
char* audio_mixer_stream::name |
enum audio_mixer_state audio_mixer_stream::state |
audio_mixer_stop_cb_t audio_mixer_stream::stop_cb |
audio_mixer_voice_t* audio_mixer_stream::voice |
float audio_mixer_stream::volume |