Audio recording state data
More...
|
|
typedef std::vector< Record > | List |
| | Container type for a list of recording states.
|
| |
|
|
|
| Record () |
| | Default constructor.
|
| |
|
| Audio () |
| | Default constructor.
|
| |
|
| ~Audio () |
| | Default destructor.
|
| |
|
|
unsigned long | time_out |
| | Maximum time in ms to record for.
|
| |
|
unsigned long | time_start |
| | Starting time for measuring time_out.
|
| |
|
float | rgaindown |
| | Record Gain Down control for DTMF.
|
| |
|
void * | v4log_agcstate |
| | AGC state (V4LOG card only)
|
| |
|
char | delay [REC_DLY] |
| | delay line for rec with dtmf termination
|
| |
|
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
|
| |
|
|
static List | list |
| | Container for a list of recording states.
|
| |
Audio recording state data