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

General jitterbuffer state. More...

#include <abstract_jb.h>

Data Fields

struct ast_jb_conf conf
 Jitterbuffer configuration.
 
unsigned int flags
 Jitterbuffer internal state flags.
 
const struct ast_jb_implimpl
 Jitterbuffer implementation to be used.
 
void * jbobj
 Jitterbuffer object, passed to the implementation.
 
struct ast_formatlast_format
 Voice format of the last frame in.
 
FILE * logfile
 File for frame timestamp tracing.
 
long next
 The time the next frame should be played.
 
struct timeval timebase
 The time the jitterbuffer was created.
 

Detailed Description

General jitterbuffer state.

Definition at line 140 of file abstract_jb.h.


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