#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_sound * | next |
Definition at line 974 of file iaxclient.h.
short* iaxc_sound::data |
long iaxc_sound::len |