iaxc_ev_video Struct Reference

A structure containing data for a video event. More...

#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.


Detailed Description

A structure containing data for a video event.

Definition at line 404 of file iaxclient.h.


Field Documentation

int iaxc_ev_video::callNo

The call this video data is for.

Will be -1 for local video.

Definition at line 410 of file iaxclient.h.

int iaxc_ev_video::format

The format of the video data.

See also:
IAXC_FORMAT_JPEG, IAXC_FORMAT_PNG, IAXC_FORMAT_H261, IAXC_FORMAT_H263, IAXC_FORMAT_H263_PLUS, IAXC_FORMAT_H264, IAXC_FORMAT_MPEG4, IAXC_FORMAT_THEORA, IAXC_FORMAT_MAX_VIDEO

Definition at line 424 of file iaxclient.h.

int iaxc_ev_video::encoded

Is the data encoded.

1 for encoded data, 0 for raw.

Definition at line 441 of file iaxclient.h.

int iaxc_ev_video::source

The source of the data.

See also:
IAXC_SOURCE_LOCAL, IAXC_SOURCE_REMOTE

Definition at line 448 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