#include <slinfactory.h>
Data Fields | |
unsigned int | format |
short | hold [AST_SLINFACTORY_MAX_HOLD] |
size_t | holdlen |
short * | offset |
struct { | |
struct ast_frame * first | |
struct ast_frame * last | |
} | queue |
unsigned int | size |
struct ast_trans_pvt * | trans |
Definition at line 36 of file slinfactory.h.
Definition at line 37 of file slinfactory.h.
unsigned int format |
Definition at line 43 of file slinfactory.h.
Referenced by ast_slinfactory_feed().
short hold[AST_SLINFACTORY_MAX_HOLD] |
Definition at line 39 of file slinfactory.h.
Referenced by ast_slinfactory_flush(), ast_slinfactory_init(), 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().
Definition at line 37 of file slinfactory.h.
short* offset |
Definition at line 40 of file slinfactory.h.
Referenced by ast_slinfactory_flush(), ast_slinfactory_init(), and ast_slinfactory_read().
struct { ... } queue |
Referenced by ast_slinfactory_destroy(), ast_slinfactory_feed(), 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 [read] |
Definition at line 38 of file slinfactory.h.
Referenced by ast_slinfactory_destroy(), ast_slinfactory_feed(), and ast_slinfactory_flush().