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. | |
SpeexCodec | speex |
Speex codec settings if nCodec is Codec.SPEEX_CODEC. | |
CELTCodec | celt |
CELT codec settings if nCodec is Codec.CELT_CODEC. | |
SpeexVBRCodec | speex_vbr |
Speex codec settings if nCodec is Codec.SPEEX_VBR_CODEC. | |
CELTVBRCodec | celt_vbr |
CELT codec settings if nCodec is Codec.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 Codec.SPEEX_CODEC.
CELT codec settings if nCodec is Codec.CELT_CODEC.
Speex codec settings if nCodec is Codec.SPEEX_VBR_CODEC.
CELT codec settings if nCodec is Codec.CELT_VBR_CODEC.