| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| int | audio_flowing | |
| int | audio_stream_id | |
| struct jb_stream_sync | audio_stream_sync | |
| unsigned int | early_frame_count | |
| struct { | ||
| struct ast_frame * first | ||
| struct ast_frame * last | ||
| } | early_frames | |
| int | first | |
| struct ast_jb_conf | jb_conf | |
| const struct ast_jb_impl * | jb_impl | |
| void * | jb_obj | |
| struct timeval | last_audio_ntp_timestamp | |
| struct ast_format * | last_format | |
| struct timeval | start_tv | |
| struct ast_timer * | timer | |
| int | timer_fd | |
| int | timer_interval | |
| int | video_stream_id | |
| struct jb_stream_sync | video_stream_sync | |
Definition at line 847 of file abstract_jb.c.
| int audio_flowing | 
Definition at line 863 of file abstract_jb.c.
Referenced by hook_event_cb().
| int audio_stream_id | 
Definition at line 856 of file abstract_jb.c.
Referenced by hook_event_cb(), and jb_framedata_init().
| struct jb_stream_sync audio_stream_sync | 
Definition at line 857 of file abstract_jb.c.
Referenced by hook_event_cb().
| unsigned int early_frame_count | 
Definition at line 861 of file abstract_jb.c.
Referenced by hook_event_cb().
| struct { ... } early_frames | 
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
| int first | 
Definition at line 855 of file abstract_jb.c.
Referenced by hook_event_cb().
| struct ast_frame* first | 
Definition at line 860 of file abstract_jb.c.
| struct ast_jb_conf jb_conf | 
Definition at line 849 of file abstract_jb.c.
Referenced by hook_event_cb(), and jb_framedata_init().
| const struct ast_jb_impl* jb_impl | 
Definition at line 848 of file abstract_jb.c.
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
| void* jb_obj | 
Definition at line 864 of file abstract_jb.c.
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
| struct ast_frame* last | 
Definition at line 860 of file abstract_jb.c.
| struct timeval last_audio_ntp_timestamp | 
Definition at line 862 of file abstract_jb.c.
Referenced by hook_event_cb().
| struct ast_format* last_format | 
Definition at line 851 of file abstract_jb.c.
Referenced by hook_event_cb(), and jb_framedata_destroy().
| struct timeval start_tv | 
Definition at line 850 of file abstract_jb.c.
Referenced by hook_event_cb(), and jb_framedata_init().
| struct ast_timer* timer | 
Definition at line 852 of file abstract_jb.c.
Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().
| int timer_fd | 
Definition at line 854 of file abstract_jb.c.
Referenced by ast_jb_create_framehook(), and jb_framedata_init().
| int timer_interval | 
Definition at line 853 of file abstract_jb.c.
Referenced by hook_event_cb(), and jb_framedata_init().
| int video_stream_id | 
Definition at line 858 of file abstract_jb.c.
Referenced by hook_event_cb(), and jb_framedata_init().
| struct jb_stream_sync video_stream_sync | 
Definition at line 859 of file abstract_jb.c.
Referenced by hook_event_cb().