Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct ast_audiohook | audiohook |
struct ast_format * | audiohook_format |
unsigned int | audiohook_rate |
jack_client_t * | client |
const ast_string_field | client_name |
const ast_string_field | connect_input_port |
const ast_string_field | connect_output_port |
unsigned int | frame_datalen |
unsigned int | has_audiohook:1 |
jack_port_t * | input_port |
jack_ringbuffer_t * | input_rb |
double | input_resample_factor |
void * | input_resampler |
unsigned int | no_start_server:1 |
jack_port_t * | output_port |
jack_ringbuffer_t * | output_rb |
double | output_resample_factor |
void * | output_resampler |
const ast_string_field | server_name |
unsigned int | stop:1 |
Definition at line 119 of file app_jack.c.
struct ast_audiohook audiohook |
Only used with JACK_HOOK
Definition at line 142 of file app_jack.c.