Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_jb_conf Struct Reference

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

Detailed Description

General jitterbuffer configuration.

Definition at line 68 of file abstract_jb.h.


Field Documentation

unsigned int flags

Combination of the AST_JB_ENABLED, AST_JB_FORCED and AST_JB_LOG flags.

Definition at line 71 of file abstract_jb.h.

Name of the jitterbuffer implementation to be used.

Definition at line 77 of file abstract_jb.h.

Referenced by ast_jb_read_conf(), handle_skinny_show_settings(), jb_choose_impl(), jb_conf_default(), jb_framedata_init(), and sip_show_settings().

long max_size

Max size of the jitterbuffer implementation.

Definition at line 73 of file abstract_jb.h.

Referenced by ast_jb_read_conf(), handle_skinny_show_settings(), jb_conf_default(), jb_create_adaptive(), jb_create_fixed(), and sip_show_settings().

Resynchronization threshold of the jitterbuffer implementation.

Definition at line 75 of file abstract_jb.h.

Referenced by ast_jb_read_conf(), handle_skinny_show_settings(), jb_conf_default(), jb_create_adaptive(), jb_create_fixed(), and sip_show_settings().

amount of additional jitterbuffer adjustment

Definition at line 79 of file abstract_jb.h.

Referenced by ast_jb_read_conf(), handle_skinny_show_settings(), jb_conf_default(), jb_create_adaptive(), and sip_show_settings().


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