Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:04 2007

Asterisk developer's documentation :: Codename Pineapple


sound Struct Reference


Detailed Description

Each sound is made of 'datalen' samples of sound, repeated as needed to generate 'samplen' samples of data, then followed by 'silencelen' samples of silence. The loop is repeated if 'repeat' is set.

Definition at line 133 of file chan_alsa.c.

Data Fields

short * data
short * data
int datalen
char * desc
int ind
int repeat
int samplen
int silencelen


Field Documentation

short* data
 

Definition at line 297 of file chan_oss.c.

short* data
 

Definition at line 135 of file chan_alsa.c.

int datalen
 

Definition at line 136 of file chan_alsa.c.

Referenced by send_sound().

char* desc
 

Definition at line 296 of file chan_oss.c.

int ind
 

Definition at line 134 of file chan_alsa.c.

Referenced by sound_thread().

int repeat
 

Definition at line 139 of file chan_alsa.c.

int samplen
 

Definition at line 137 of file chan_alsa.c.

int silencelen
 

Definition at line 138 of file chan_alsa.c.

Referenced by send_sound().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen