iaxc_ev_audio Struct Reference

A structure containing data for an audio event. More...

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


Detailed Description

A structure containing data for an audio event.

Definition at line 464 of file iaxclient.h.


Field Documentation

int iaxc_ev_audio::format

The format of the data.

See also:
IAXC_FORMAT_G723_1, IAXC_FORMAT_GSM, IAXC_FORMAT_ULAW, IAXC_FORMAT_ALAW, IAXC_FORMAT_G726, IAXC_FORMAT_ADPCM, IAXC_FORMAT_SLINEAR, IAXC_FORMAT_LPC10, IAXC_FORMAT_G729A, IAXC_FORMAT_SPEEX, IAXC_FORMAT_ILBC, IAXC_FORMAT_MAX_AUDIO

Definition at line 483 of file iaxclient.h.

int iaxc_ev_audio::encoded

Is the data encoded.

1 for encoded data, 0 for raw.

Definition at line 490 of file iaxclient.h.

int iaxc_ev_audio::source

The source of the data.

See also:
IAXC_SOURCE_LOCAL, IAXC_SOURCE_REMOTE

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