RTS API Documentation
1.10.11
|
Data Fields | |
switch_memory_pool_t * | pool |
const char * | uuid |
switch_media_flag_t | flags |
switch_bool_t | on |
switch_bool_t | is3p |
uint32_t | delay |
Definition at line 2086 of file switch_ivr.c.
uint32_t media_job_t::delay |
Definition at line 2092 of file switch_ivr.c.
Referenced by media_thread_run(), and switch_ivr_bg_media().
switch_media_flag_t media_job_t::flags |
Definition at line 2089 of file switch_ivr.c.
Referenced by media_thread_run(), and switch_ivr_bg_media().
switch_bool_t media_job_t::is3p |
Definition at line 2091 of file switch_ivr.c.
Referenced by media_thread_run(), and switch_ivr_bg_media().
switch_bool_t media_job_t::on |
Definition at line 2090 of file switch_ivr.c.
Referenced by media_thread_run(), and switch_ivr_bg_media().
switch_memory_pool_t* media_job_t::pool |
Definition at line 2087 of file switch_ivr.c.
Referenced by switch_ivr_bg_media().
const char* media_job_t::uuid |
Definition at line 2088 of file switch_ivr.c.
Referenced by media_thread_run(), and switch_ivr_bg_media().