Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
jb_framedata Struct Reference
Collaboration diagram for jb_framedata:
Collaboration graph
[legend]

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_impljb_impl
 
void * jb_obj
 
struct timeval last_audio_ntp_timestamp
 
struct ast_formatlast_format
 
struct timeval start_tv
 
struct ast_timertimer
 
int timer_fd
 
int timer_interval
 
int video_stream_id
 
struct jb_stream_sync video_stream_sync
 

Detailed Description

Definition at line 847 of file abstract_jb.c.

Field Documentation

◆ audio_flowing

int audio_flowing

Definition at line 863 of file abstract_jb.c.

Referenced by hook_event_cb().

◆ audio_stream_id

int audio_stream_id

Definition at line 856 of file abstract_jb.c.

Referenced by hook_event_cb(), and jb_framedata_init().

◆ audio_stream_sync

struct jb_stream_sync audio_stream_sync

Definition at line 857 of file abstract_jb.c.

Referenced by hook_event_cb().

◆ early_frame_count

unsigned int early_frame_count

Definition at line 861 of file abstract_jb.c.

Referenced by hook_event_cb().

◆ early_frames

struct { ... } early_frames

◆ first [1/2]

int first

Definition at line 855 of file abstract_jb.c.

Referenced by hook_event_cb().

◆ first [2/2]

struct ast_frame* first

Definition at line 860 of file abstract_jb.c.

◆ jb_conf

Definition at line 849 of file abstract_jb.c.

Referenced by hook_event_cb(), and jb_framedata_init().

◆ jb_impl

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().

◆ jb_obj

void* jb_obj

Definition at line 864 of file abstract_jb.c.

Referenced by hook_event_cb(), jb_framedata_destroy(), and jb_framedata_init().

◆ last

struct ast_frame* last

Definition at line 860 of file abstract_jb.c.

◆ last_audio_ntp_timestamp

struct timeval last_audio_ntp_timestamp

Definition at line 862 of file abstract_jb.c.

Referenced by hook_event_cb().

◆ last_format

struct ast_format* last_format

Definition at line 851 of file abstract_jb.c.

Referenced by hook_event_cb(), and jb_framedata_destroy().

◆ start_tv

struct timeval start_tv

Definition at line 850 of file abstract_jb.c.

Referenced by hook_event_cb(), and jb_framedata_init().

◆ timer

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().

◆ timer_fd

int timer_fd

Definition at line 854 of file abstract_jb.c.

Referenced by ast_jb_create_framehook(), and jb_framedata_init().

◆ timer_interval

int timer_interval

Definition at line 853 of file abstract_jb.c.

Referenced by hook_event_cb(), and jb_framedata_init().

◆ video_stream_id

int video_stream_id

Definition at line 858 of file abstract_jb.c.

Referenced by hook_event_cb(), and jb_framedata_init().

◆ video_stream_sync

struct jb_stream_sync video_stream_sync

Definition at line 859 of file abstract_jb.c.

Referenced by hook_event_cb().


The documentation for this struct was generated from the following file: