Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_jb_conf Struct Reference

#include <abstract_jb.h>


Detailed Description

General jitterbuffer configuration.

Definition at line 55 of file 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.


Field Documentation

unsigned int flags
 

Combination of the AST_JB_ENABLED, AST_JB_FORCED and AST_JB_LOG flags.

Definition at line 58 of file abstract_jb.h.

char impl[AST_JB_IMPL_NAME_SIZE]
 

Name of the jitterbuffer implementation to be used.

Definition at line 64 of file abstract_jb.h.

Referenced by ast_jb_read_conf(), jb_choose_impl(), and sip_show_settings().

long max_size
 

Max size of the jitterbuffer implementation.

Definition at line 60 of file abstract_jb.h.

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

long resync_threshold
 

Resynchronization threshold of the jitterbuffer implementation.

Definition at line 62 of file abstract_jb.h.

Referenced by ast_jb_read_conf(), create_jb(), jb_create_adaptive(), and sip_show_settings().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen