Struct used for specifying which audio codec a channel uses. More...
#include <TeamTalk4.h>
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. | |
}; |
Struct used for specifying which audio codec a channel uses.
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 { ... } |