AudioCodec Struct Reference
[Audio and Video Codecs]

Struct used for specifying which audio codec a channel uses. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

Codec nCodec
 Specifies whether the member speex or celt holds the codec settings.
union {
   SpeexCodec   speex
 Speex codec settings if nCodec is SPEEX_CODEC.
   CELTCodec   celt
 CELT codec settings if nCodec is CELT_CODEC.
   SpeexVBRCodec   speex_vbr
 Speex codec settings if nCodec is SPEEX_VBR_CODEC.
   CELTVBRCodec   celt_vbr
 CELT codec settings if nCodec is CELT_VBR_CODEC.
}; 

Detailed Description

Struct used for specifying which audio codec a channel uses.


Member Data Documentation

Specifies whether the member speex or celt holds the codec settings.

Speex codec settings if nCodec is SPEEX_CODEC.

CELT codec settings if nCodec is CELT_CODEC.

Speex codec settings if nCodec is SPEEX_VBR_CODEC.

CELT codec settings if nCodec is CELT_VBR_CODEC.

union { ... }
Generated on Sun Mar 18 17:18:33 2012 for TeamTalk 4 C-API DLL by  doxygen 1.6.3