Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_smoother Struct Reference

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
 

Detailed Description

Definition at line 85 of file frame.c.

Field Documentation

char data[SMOOTHER_SIZE]

Definition at line 93 of file frame.c.

Referenced by ast_smoother_read(), and smoother_frame_feed().

struct timeval delivery

Definition at line 92 of file frame.c.

Referenced by ast_smoother_read(), and smoother_frame_feed().

struct ast_frame f

Definition at line 91 of file frame.c.

Referenced by ast_smoother_read().

format_t format

Definition at line 87 of file frame.c.

Referenced by __ast_smoother_feed(), and ast_smoother_read().

Definition at line 94 of file frame.c.

Referenced by ast_smoother_read().

int len

Definition at line 96 of file frame.c.

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

struct ast_frame* opt

Definition at line 95 of file frame.c.

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

unsigned int opt_needs_swap

Definition at line 90 of file frame.c.

Referenced by __ast_smoother_feed(), and ast_smoother_reconfigure().

float samplesperbyte

Definition at line 89 of file frame.c.

Referenced by __ast_smoother_feed(), and ast_smoother_read().

int size

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