
Data Fields | |
| int | first |
| struct ast_jb_conf | jb_conf |
| struct ast_jb_impl * | jb_impl |
| void * | jb_obj |
| struct ast_format | last_format |
| struct timeval | start_tv |
| struct ast_timer * | timer |
| int | timer_fd |
| int | timer_interval |
Definition at line 83 of file func_jitterbuffer.c.
| int first |
struct ast_jb_conf jb_conf [read] |
struct ast_jb_impl* jb_impl [read] |
Definition at line 84 of file func_jitterbuffer.c.
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
| void* jb_obj |
Definition at line 92 of file func_jitterbuffer.c.
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
struct ast_format last_format [read] |
struct timeval start_tv [read] |
Definition at line 86 of file func_jitterbuffer.c.
Referenced by hook_event_cb(), and jb_framedata_init().
Definition at line 88 of file func_jitterbuffer.c.
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
| int timer_fd |
Definition at line 90 of file func_jitterbuffer.c.
Referenced by jb_framedata_init(), and jb_helper().
| int timer_interval |
Definition at line 89 of file func_jitterbuffer.c.
Referenced by hook_event_cb(), and jb_framedata_init().
1.5.6