Audio
playback state data
More...
|
typedef std::vector< Play > | List |
| Container type for a list of playback states.
|
|
|
static List | list |
| Container for a list of playback states.
|
|
|
| Audio () |
| Default constructor.
|
|
| ~Audio () |
| Default destructor.
|
|
string | term_digits |
| digits which terminate collection
|
|
AudioCompress | mode |
| current play mode
|
|
AudioState | state |
| current state
|
|
float | hw_gain |
| hardware gain parameter
|
|
float | sw_gain |
| software gain parameter
|
|
float | linear_gain |
| linear gain
|
|
pthread_mutex_t | mutex |
| global state protection
|
|
pthread_cond_t | cond |
| state change signalling
|
|
Audio
playback state data