#include <slinfactory.h>

Public Member Functions | |
| AST_LIST_HEAD_NOLOCK (, ast_frame) queue | |
Data Fields | |
| unsigned int | format |
| short | hold [1280] |
| size_t | holdlen |
| short * | offset |
| unsigned int | size |
| struct ast_trans_pvt * | trans |
Definition at line 34 of file slinfactory.h.
| AST_LIST_HEAD_NOLOCK | ( | ast_frame | ) |
| unsigned int format |
| short hold[1280] |
Definition at line 37 of file slinfactory.h.
Referenced by ast_slinfactory_init(), and ast_slinfactory_read().
| size_t holdlen |
| short* offset |
Definition at line 38 of file slinfactory.h.
Referenced by ast_slinfactory_init(), and ast_slinfactory_read().
| unsigned int size |
in samples
Definition at line 40 of file slinfactory.h.
Referenced by ast_slinfactory_available(), ast_slinfactory_feed(), and ast_slinfactory_read().
struct ast_trans_pvt* trans [read] |
Definition at line 36 of file slinfactory.h.
Referenced by ast_slinfactory_destroy(), and ast_slinfactory_feed().
1.5.5