#include <slinfactory.h>
Collaboration diagram for ast_slinfactory:

Data Fields | |
| int | format |
| short | hold [1280] |
| size_t | holdlen |
| short * | offset |
| ast_frame * | queue |
| int | size |
| ast_trans_pvt * | trans |
Definition at line 35 of file slinfactory.h.
| int format |
| short hold[1280] |
Definition at line 38 of file slinfactory.h.
Referenced by ast_slinfactory_init(), and ast_slinfactory_read().
| size_t holdlen |
| short* offset |
Definition at line 39 of file slinfactory.h.
Referenced by ast_slinfactory_init(), and ast_slinfactory_read().
Definition at line 36 of file slinfactory.h.
Referenced by ast_slinfactory_destroy(), ast_slinfactory_feed(), ast_slinfactory_init(), and ast_slinfactory_read().
| int size |
Definition at line 41 of file slinfactory.h.
Referenced by ast_slinfactory_feed(), and ast_slinfactory_read().
| struct ast_trans_pvt* trans |
Definition at line 37 of file slinfactory.h.
Referenced by ast_slinfactory_destroy(), and ast_slinfactory_feed().
1.4.7