RetroArch
Public Attributes | List of all members
audio_thread Struct Reference
Collaboration diagram for audio_thread:
[legend]

Public Attributes

const audio_driver_tdriver
 
voiddriver_data
 
sthread_tthread
 
slock_tlock
 
scond_tcond
 
bool alive
 
bool stopped
 
bool stopped_ack
 
bool is_paused
 
bool is_shutdown
 
bool use_float
 
int inited
 
const char * device
 
unsigned * new_rate
 
unsigned out_rate
 
unsigned latency
 
unsigned block_frames
 

Member Data Documentation

◆ alive

bool audio_thread::alive

◆ block_frames

unsigned audio_thread::block_frames

◆ cond

scond_t* audio_thread::cond

◆ device

const char* audio_thread::device

◆ driver

const audio_driver_t* audio_thread::driver

◆ driver_data

void* audio_thread::driver_data

◆ inited

int audio_thread::inited

◆ is_paused

bool audio_thread::is_paused

◆ is_shutdown

bool audio_thread::is_shutdown

◆ latency

unsigned audio_thread::latency

◆ lock

slock_t* audio_thread::lock

◆ new_rate

unsigned* audio_thread::new_rate

◆ out_rate

unsigned audio_thread::out_rate

◆ stopped

bool audio_thread::stopped

◆ stopped_ack

bool audio_thread::stopped_ack

◆ thread

sthread_t* audio_thread::thread

◆ use_float

bool audio_thread::use_float

The documentation for this struct was generated from the following file: