|
TeamTalk 5 .NET DLL Version 5.22A
|
Struct used for specifying which audio codec a channel uses. More...
Public Attributes | |
| Codec | nCodec |
| Specifies whether the member speex, speex_vbr or opus holds the codec settings. | |
| SpeexCodec | speex |
| Speex codec settings if nCodec is BearWare.Codec.SPEEX_CODEC. | |
| SpeexVBRCodec | speex_vbr |
| Speex codec settings if nCodec is BearWare.Codec.SPEEX_VBR_CODEC. | |
| OpusCodec | opus |
| Opus codec settings if nCodec is OPUS_CODEC. | |
Struct used for specifying which audio codec a channel uses.
Definition at line 1539 of file TeamTalk.cs.
| Codec BearWare.AudioCodec.nCodec |
Specifies whether the member speex, speex_vbr or opus holds the codec settings.
Definition at line 1544 of file TeamTalk.cs.
| SpeexCodec BearWare.AudioCodec.speex |
Speex codec settings if nCodec is BearWare.Codec.SPEEX_CODEC.
Definition at line 1548 of file TeamTalk.cs.
| SpeexVBRCodec BearWare.AudioCodec.speex_vbr |
Speex codec settings if nCodec is BearWare.Codec.SPEEX_VBR_CODEC.
Definition at line 1552 of file TeamTalk.cs.
| OpusCodec BearWare.AudioCodec.opus |
Opus codec settings if nCodec is OPUS_CODEC.
Definition at line 1556 of file TeamTalk.cs.