TeamTalk 4 .NET DLL  Version 4.5A
BearWare.AudioCodec Struct Reference

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

Public Attributes

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

Detailed Description

Struct used for specifying which audio codec a channel uses.

Member Data Documentation

Codec BearWare.AudioCodec.nCodec

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

SpeexCodec BearWare.AudioCodec.speex

Speex codec settings if nCodec is Codec SPEEX_CODEC.

CELTCodec BearWare.AudioCodec.celt

CELT codec settings if nCodec is Codec CELT_CODEC.

SpeexVBRCodec BearWare.AudioCodec.speex_vbr

Speex codec settings if nCodec is Codec SPEEX_VBR_CODEC.

CELTVBRCodec BearWare.AudioCodec.celt_vbr

CELT codec settings if nCodec is Codec CELT_VBR_CODEC.