iaxc_sound Struct Reference

A structure describing a sound to IAXClient. More...

#include <iaxclient.h>


Data Fields

short * data
 Sound sample data in 8KHz 16-bit signed format.
long len
 Length of sample in frames.
int malloced
 Should the library free() the data after it is played?
int channel
 The channel used: 0 for output, 1 for ring.
int repeat
 Number of times to repeat (-1 = infinite).
long pos
int id
struct iaxc_soundnext


Detailed Description

A structure describing a sound to IAXClient.

Definition at line 974 of file iaxclient.h.


Field Documentation

short* iaxc_sound::data

Sound sample data in 8KHz 16-bit signed format.

Definition at line 975 of file iaxclient.h.

long iaxc_sound::len

Length of sample in frames.

Definition at line 976 of file iaxclient.h.

int iaxc_sound::channel

The channel used: 0 for output, 1 for ring.

Definition at line 978 of file iaxclient.h.

int iaxc_sound::repeat

Number of times to repeat (-1 = infinite).

Definition at line 979 of file iaxclient.h.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 24 15:43:30 2007 for IAXClient by  doxygen 1.5.3