RTS API Documentation
1.10.11
|
Data Fields | |
double * | estimate |
uint32_t | samples_per_second |
uint32_t | samples_per_frame |
uint32_t | drop_gap |
switch_jb_stats_t | stats |
Definition at line 76 of file switch_jitterbuffer.c.
uint32_t switch_jb_jitter_s::drop_gap |
Definition at line 80 of file switch_jitterbuffer.c.
Referenced by jb_next_packet_by_seq_with_acceleration(), and switch_jb_set_jitter_estimator().
double* switch_jb_jitter_s::estimate |
Definition at line 77 of file switch_jitterbuffer.c.
Referenced by check_jb_size(), jb_next_packet(), jb_next_packet_by_seq_with_acceleration(), switch_jb_get_packet(), and switch_jb_set_jitter_estimator().
uint32_t switch_jb_jitter_s::samples_per_frame |
Definition at line 79 of file switch_jitterbuffer.c.
Referenced by check_jb_size(), jb_next_packet_by_seq_with_acceleration(), switch_jb_get_packet(), and switch_jb_set_jitter_estimator().
uint32_t switch_jb_jitter_s::samples_per_second |
Definition at line 78 of file switch_jitterbuffer.c.
Referenced by check_jb_size(), jb_next_packet_by_seq_with_acceleration(), switch_jb_get_packet(), and switch_jb_set_jitter_estimator().
switch_jb_stats_t switch_jb_jitter_s::stats |
Definition at line 81 of file switch_jitterbuffer.c.
Referenced by add_node(), check_jb_size(), jb_next_packet_by_seq_with_acceleration(), new_node(), switch_jb_get_packet(), switch_jb_put_packet(), and switch_jb_reset().