RetroArch
|
Public Attributes | |
snd_pcm_t * | pcm |
bool | nonblock |
bool | is_paused |
bool | has_float |
volatile bool | thread_dead |
size_t | buffer_size |
size_t | period_size |
snd_pcm_uframes_t | period_frames |
fifo_buffer_t * | buffer |
sthread_t * | worker_thread |
slock_t * | fifo_lock |
scond_t * | cond |
slock_t * | cond_lock |
fifo_buffer_t* alsa_thread::buffer |
size_t alsa_thread::buffer_size |
scond_t* alsa_thread::cond |
slock_t* alsa_thread::cond_lock |
slock_t* alsa_thread::fifo_lock |
bool alsa_thread::has_float |
bool alsa_thread::is_paused |
bool alsa_thread::nonblock |
snd_pcm_t* alsa_thread::pcm |
snd_pcm_uframes_t alsa_thread::period_frames |
size_t alsa_thread::period_size |
volatile bool alsa_thread::thread_dead |
sthread_t* alsa_thread::worker_thread |