#include <iaxclient.h>
Data Fields | |
int | callNo |
The call this audio data is for. | |
unsigned int | ts |
Timestamp of the video. | |
int | format |
The format of the data. | |
int | encoded |
Is the data encoded. | |
int | source |
The source of the data. | |
int | size |
The size of the audio data in bytes. | |
unsigned char * | data |
The buffer containing the audio data. |
Definition at line 464 of file iaxclient.h.
The format of the data.
Definition at line 483 of file iaxclient.h.
The source of the data.
Definition at line 497 of file iaxclient.h.