| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Jitterbuffer implementation struct. More...
#include <abstract_jb.h>

Jitterbuffer implementation struct.
Definition at line 121 of file abstract_jb.h.
| jb_create_impl create | 
Definition at line 125 of file abstract_jb.h.
Referenced by create_jb(), and jb_framedata_init().
| jb_destroy_impl destroy | 
Definition at line 126 of file abstract_jb.h.
Referenced by ast_jb_destroy(), dispose_jitterbuffer(), and jb_framedata_destroy().
| jb_empty_and_reset_impl empty_and_reset | 
Definition at line 133 of file abstract_jb.h.
Referenced by ast_jb_empty_and_reset(), and dispose_jitterbuffer().
| jb_force_resynch_impl force_resync | 
Definition at line 132 of file abstract_jb.h.
Referenced by ast_jb_put(), and hook_event_cb().
| jb_get_impl get | 
Definition at line 129 of file abstract_jb.h.
Referenced by Section::__getitem__(), hook_event_cb(), jb_get_and_deliver(), and MultiOrderedConfigParser::multi_get().
| jb_is_late_impl is_late | 
Definition at line 134 of file abstract_jb.h.
Referenced by hook_event_cb().
| char name[AST_JB_IMPL_NAME_SIZE] | 
Definition at line 123 of file abstract_jb.h.
Referenced by ast_jb_destroy(), create_jb(), PathSegment::get_child(), jb_choose_impl(), jb_get_and_deliver(), and SwaggerType::load().
| jb_next_impl next | 
Definition at line 130 of file abstract_jb.h.
Referenced by ast_jb_put(), create_jb(), hook_event_cb(), and jb_get_and_deliver().
| jb_put_impl put | 
Definition at line 128 of file abstract_jb.h.
Referenced by ast_jb_put(), and hook_event_cb().
| jb_put_first_impl put_first | 
Definition at line 127 of file abstract_jb.h.
Referenced by create_jb(), and hook_event_cb().
| jb_remove_impl remove | 
Definition at line 131 of file abstract_jb.h.
Referenced by ast_jb_destroy(), and jb_framedata_destroy().
| enum ast_jb_type type | 
Definition at line 124 of file abstract_jb.h.