 | ChannelCodec Property |
Codec used for this channel
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic CodecType Codec { get; set; }
Public Property Codec As CodecType
Get
Set
public:
property CodecType Codec {
CodecType get ();
void set (CodecType value);
}
member Codec : CodecType with get, set
Property Value
Type:
CodecType
See Also