FreeSWITCH API Documentation
1.7.0
|
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 1979 of file switch_ivr.c.
uint32_t media_job_t::delay |
Definition at line 1985 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 1982 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 1984 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 1983 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 1980 of file switch_ivr.c.
Referenced by switch_ivr_bg_media().
const char* media_job_t::uuid |
Definition at line 1981 of file switch_ivr.c.
Referenced by media_thread_run(), and switch_ivr_bg_media().