#include <slinfactory.h>
Public Member Functions | |
AST_LIST_HEAD_NOLOCK (, ast_frame) queue | |
Data Fields | |
unsigned int | format |
short | hold [AST_SLINFACTORY_MAX_HOLD] |
size_t | holdlen |
short * | offset |
unsigned int | size |
ast_trans_pvt * | trans |
Definition at line 36 of file slinfactory.h.
AST_LIST_HEAD_NOLOCK | ( | ast_frame | ) |
unsigned int format |
short hold[AST_SLINFACTORY_MAX_HOLD] |
Definition at line 39 of file slinfactory.h.
Referenced by ast_slinfactory_flush(), and ast_slinfactory_read().
size_t holdlen |
in samples
Definition at line 41 of file slinfactory.h.
Referenced by ast_slinfactory_flush(), and ast_slinfactory_read().
short* offset |
Definition at line 40 of file slinfactory.h.
Referenced by ast_slinfactory_flush(), and ast_slinfactory_read().
unsigned int size |
in samples
Definition at line 42 of file slinfactory.h.
Referenced by ast_slinfactory_available(), ast_slinfactory_feed(), ast_slinfactory_flush(), and ast_slinfactory_read().
struct ast_trans_pvt* trans |
Definition at line 38 of file slinfactory.h.
Referenced by ast_slinfactory_destroy(), ast_slinfactory_feed(), and ast_slinfactory_flush().