#include <iaxclient.h>
Data Fields | |
int | callNo |
The call this video data is for. | |
unsigned int | ts |
Timestamp of the video. | |
int | format |
The format of the video data. | |
int | width |
The width of the video. | |
int | height |
The height of the video. | |
int | encoded |
Is the data encoded. | |
int | source |
The source of the data. | |
int | size |
The size of the video data in bytes. | |
char * | data |
The buffer containing the video data. |
Definition at line 404 of file iaxclient.h.
The call this video data is for.
Will be -1 for local video.
Definition at line 410 of file iaxclient.h.
The format of the video data.
Definition at line 424 of file iaxclient.h.
The source of the data.
Definition at line 448 of file iaxclient.h.