Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
jitterbuf Struct Reference

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
 

Detailed Description

Definition at line 109 of file jitterbuf.h.

Field Documentation

unsigned int dropem

flag to indicate dropping frames (overload)

Definition at line 118 of file jitterbuf.h.

jb_frame* frames

queued frames

Definition at line 120 of file jitterbuf.h.

Referenced by jb_next().

jb_frame* free

free frames (avoid malloc?)

Definition at line 121 of file jitterbuf.h.

Referenced by jb_destroy(), and jb_reset().

long hist_maxbuf[JB_HISTORY_MAXBUF_SZ]

a sorted buffer of the max delays (highest first)

Definition at line 115 of file jitterbuf.h.

int hist_maxbuf_valid

are the "maxbuf"/minbuf valid?

Definition at line 117 of file jitterbuf.h.

long hist_minbuf[JB_HISTORY_MAXBUF_SZ]

a sorted buffer of the min delays (lowest first)

Definition at line 116 of file jitterbuf.h.

int hist_ptr

points to index in history for next entry

Definition at line 114 of file jitterbuf.h.

long history[JB_HISTORY_SZ]

history

Definition at line 113 of file jitterbuf.h.


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