RTS API Documentation
1.10.11
|
Data Fields | |
uint32_t | reset_too_big |
uint32_t | reset_missing_frames |
uint32_t | reset_ts_jump |
uint32_t | reset_error |
uint32_t | reset |
uint32_t | size_max |
uint32_t | size_est |
uint32_t | acceleration |
uint32_t | expand |
uint32_t | jitter_max_ms |
int | estimate_ms |
int | buffer_size_ms |
Definition at line 61 of file switch_jitterbuffer.c.
uint32_t switch_jb_stats_s::acceleration |
Definition at line 69 of file switch_jitterbuffer.c.
Referenced by check_jb_size(), and jb_next_packet_by_seq_with_acceleration().
int switch_jb_stats_s::buffer_size_ms |
Definition at line 73 of file switch_jitterbuffer.c.
Referenced by jb_next_packet_by_seq_with_acceleration(), and switch_jb_get_packet().
int switch_jb_stats_s::estimate_ms |
Definition at line 72 of file switch_jitterbuffer.c.
Referenced by check_jb_size(), jb_next_packet_by_seq_with_acceleration(), and switch_jb_get_packet().
uint32_t switch_jb_stats_s::expand |
Definition at line 70 of file switch_jitterbuffer.c.
Referenced by check_jb_size(), and switch_jb_get_packet().
uint32_t switch_jb_stats_s::jitter_max_ms |
Definition at line 71 of file switch_jitterbuffer.c.
Referenced by check_jb_size().
uint32_t switch_jb_stats_s::reset |
Definition at line 66 of file switch_jitterbuffer.c.
Referenced by switch_jb_reset().
uint32_t switch_jb_stats_s::reset_error |
Definition at line 65 of file switch_jitterbuffer.c.
Referenced by switch_jb_get_packet(), and switch_jb_reset().
uint32_t switch_jb_stats_s::reset_missing_frames |
Definition at line 63 of file switch_jitterbuffer.c.
Referenced by switch_jb_put_packet(), and switch_jb_reset().
uint32_t switch_jb_stats_s::reset_too_big |
Definition at line 62 of file switch_jitterbuffer.c.
Referenced by new_node(), and switch_jb_reset().
uint32_t switch_jb_stats_s::reset_ts_jump |
Definition at line 64 of file switch_jitterbuffer.c.
Referenced by add_node(), and switch_jb_reset().
uint32_t switch_jb_stats_s::size_est |
Definition at line 68 of file switch_jitterbuffer.c.
Referenced by check_jb_size().
uint32_t switch_jb_stats_s::size_max |
Definition at line 67 of file switch_jitterbuffer.c.
Referenced by check_jb_size().