Asterisk - The Open Source Telephony Project
21.4.1
|
General jitterbuffer configuration. More...
#include <abstract_jb.h>
Data Fields | |
unsigned int | flags |
Combination of the AST_JB_ENABLED, AST_JB_FORCED and AST_JB_LOG flags. | |
char | impl [AST_JB_IMPL_NAME_SIZE] |
Name of the jitterbuffer implementation to be used. | |
long | max_size |
Max size of the jitterbuffer implementation. | |
long | resync_threshold |
Resynchronization threshold of the jitterbuffer implementation. | |
long | target_extra |
amount of additional jitterbuffer adjustment | |
General jitterbuffer configuration.
Definition at line 69 of file abstract_jb.h.