Codename Pineapple

Home page | Mailing list | Docs

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

Asterisk developer's documentation :: Codename Pineapple


jitterbuf Struct Reference

#include <jitterbuf.h>

Collaboration diagram for jitterbuf:

Collaboration graph
[legend]

Detailed Description

Definition at line 98 of file jitterbuf.h.

Data Fields

unsigned int dropem:1
jb_frameframes
jb_framefree
long hist_maxbuf [JB_HISTORY_MAXBUF_SZ]
int hist_maxbuf_valid
long hist_minbuf [JB_HISTORY_MAXBUF_SZ]
int hist_ptr
long history [JB_HISTORY_SZ]
jb_info info


Field Documentation

unsigned int dropem
 

Definition at line 107 of file jitterbuf.h.

Referenced by jb_put().

jb_frame* frames
 

Definition at line 109 of file jitterbuf.h.

Referenced by _queue_get(), jb_next(), jb_put(), queue_last(), queue_next(), and queue_put().

jb_frame* free
 

Definition at line 110 of file jitterbuf.h.

Referenced by _queue_get(), jb_destroy(), and queue_put().

long hist_maxbuf[JB_HISTORY_MAXBUF_SZ]
 

Definition at line 104 of file jitterbuf.h.

Referenced by history_calc_maxbuf(), history_get(), and history_put().

int hist_maxbuf_valid
 

Definition at line 106 of file jitterbuf.h.

Referenced by history_get(), and history_put().

long hist_minbuf[JB_HISTORY_MAXBUF_SZ]
 

Definition at line 105 of file jitterbuf.h.

Referenced by history_calc_maxbuf(), and history_get().

int hist_ptr
 

Definition at line 103 of file jitterbuf.h.

Referenced by history_calc_maxbuf(), history_get(), and history_put().

long history[JB_HISTORY_SZ]
 

Definition at line 102 of file jitterbuf.h.

Referenced by history_put().

jb_info info
 

Definition at line 99 of file jitterbuf.h.

Referenced by _jb_get(), _queue_get(), decrement_losspct(), history_get(), history_put(), increment_losspct(), jb_get(), jb_getinfo(), jb_next(), jb_put(), jb_reset(), jb_setconf(), and queue_put().


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