libvpb
4.2.61
|
Base class for play/record state. More...
Public Member Functions | |
Constructors | |
Audio () | |
Default constructor. | |
~Audio () | |
Default destructor. | |
Public Attributes | |
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 | |
Base class for play/record state.