Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_smoother Struct Reference
Collaboration diagram for ast_smoother:

Data Fields

char data [SMOOTHER_SIZE]
struct timeval delivery
struct ast_frame f
int flags
format_t format
char framedata [SMOOTHER_SIZE+AST_FRIENDLY_OFFSET]
int len
struct ast_frameopt
unsigned int opt_needs_swap:1
float samplesperbyte
int size

Field Documentation

char data[SMOOTHER_SIZE]

Definition at line 89 of file frame.c.

Referenced by smoother_frame_feed(), and ast_smoother_read().

struct timeval delivery

Definition at line 88 of file frame.c.

Referenced by smoother_frame_feed(), and ast_smoother_read().

struct ast_frame f

Definition at line 87 of file frame.c.

Referenced by ast_smoother_read().

Definition at line 83 of file frame.c.

Referenced by __ast_smoother_feed(), and ast_smoother_read().

char framedata[SMOOTHER_SIZE+AST_FRIENDLY_OFFSET]

Definition at line 90 of file frame.c.

Referenced by ast_smoother_read().

int len

Definition at line 92 of file frame.c.

Referenced by smoother_frame_feed(), __ast_smoother_feed(), and ast_smoother_read().

struct ast_frame* opt

Definition at line 91 of file frame.c.

Referenced by ast_smoother_reconfigure(), __ast_smoother_feed(), and ast_smoother_read().

unsigned int opt_needs_swap

Definition at line 86 of file frame.c.

Referenced by ast_smoother_reconfigure(), and __ast_smoother_feed().

Definition at line 85 of file frame.c.

Referenced by __ast_smoother_feed(), and ast_smoother_read().


The documentation for this struct was generated from the following file: