Asterisk - The Open Source Telephony Project
21.4.1
|
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_impl * | impl |
Jitterbuffer implementation to be used. | |
void * | jbobj |
Jitterbuffer object, passed to the implementation. | |
struct ast_format * | last_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. | |
General jitterbuffer state.
Definition at line 140 of file abstract_jb.h.