Data Fields | |
char | data [SMOOTHER_SIZE] |
struct timeval | delivery |
struct ast_frame | f |
int | flags |
int | format |
char | framedata [SMOOTHER_SIZE+AST_FRIENDLY_OFFSET] |
int | len |
struct ast_frame * | opt |
int | optimizablestream |
int | readdata |
float | samplesperbyte |
int | size |
Definition at line 90 of file frame.c.
char data[SMOOTHER_SIZE] |
Definition at line 99 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
struct timeval delivery [read] |
Definition at line 98 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
int flags |
Definition at line 95 of file frame.c.
Referenced by __ast_smoother_feed(), ast_smoother_get_flags(), ast_smoother_read(), ast_smoother_set_flags(), and ast_smoother_test_flag().
int format |
Definition at line 92 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
char framedata[SMOOTHER_SIZE+AST_FRIENDLY_OFFSET] |
int len |
Definition at line 102 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
Definition at line 101 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
float samplesperbyte |
Definition at line 96 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
int size |
Definition at line 91 of file frame.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), and ast_smoother_reset().