TeamTalk 5 .NET DLL Version 5.12A
BearWare.AudioCodec Struct Reference

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. More...
 
SpeexCodec speex
 Speex codec settings if nCodec is Codec.SPEEX_CODEC. More...
 
SpeexVBRCodec speex_vbr
 Speex codec settings if nCodec is Codec.SPEEX_VBR_CODEC. More...
 
OpusCodec opus
 Opus codec settings if nCodec is OPUS_CODEC. More...
 

Detailed Description

Struct used for specifying which audio codec a channel uses.

Definition at line 1563 of file TeamTalk.cs.

Member Data Documentation

◆ nCodec

Codec BearWare.AudioCodec.nCodec

Specifies whether the member speex, speex_vbr or opus holds the codec settings.

Definition at line 1568 of file TeamTalk.cs.

◆ speex

SpeexCodec BearWare.AudioCodec.speex

Speex codec settings if nCodec is Codec.SPEEX_CODEC.

Definition at line 1572 of file TeamTalk.cs.

◆ speex_vbr

SpeexVBRCodec BearWare.AudioCodec.speex_vbr

Speex codec settings if nCodec is Codec.SPEEX_VBR_CODEC.

Definition at line 1576 of file TeamTalk.cs.

◆ opus

OpusCodec BearWare.AudioCodec.opus

Opus codec settings if nCodec is OPUS_CODEC.

Definition at line 1580 of file TeamTalk.cs.