Asterisk - The Open Source Telephony Project
18.5.0
|
#include <jitterbuf.h>
Data Fields | |
long | max_contig_interp |
long | max_jitterbuf |
long | resync_threshold |
long | target_extra |
Definition at line 65 of file jitterbuf.h.
long max_contig_interp |
the max interp frames to return in a row
Definition at line 69 of file jitterbuf.h.
Referenced by _jb_get(), jb_create_adaptive(), jb_setconf(), new_iax(), and test_jb_populate_config().
long max_jitterbuf |
defines a hard clamp to use in setting the jitter buffer delay
Definition at line 67 of file jitterbuf.h.
Referenced by _jb_get(), check_resync(), jb_create_adaptive(), jb_setconf(), new_iax(), and test_jb_populate_config().
long resync_threshold |
the jb will resync when delay increases to (2 * jitter) + this param
Definition at line 68 of file jitterbuf.h.
Referenced by AST_TEST_DEFINE(), check_resync(), jb_create_adaptive(), jb_setconf(), new_iax(), and test_jb_populate_config().
long target_extra |
amount of additional jitterbuffer adjustment, overrides JB_TARGET_EXTRA
Definition at line 70 of file jitterbuf.h.
Referenced by _jb_get(), jb_create_adaptive(), jb_next(), jb_reset(), jb_setconf(), new_iax(), and test_jb_populate_config().