ISoftPhoneCodecs Property |
Gets the list of available codecs in the softphone.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxIEnumerable<CodecInfo> Codecs { get; }
ReadOnly Property Codecs As IEnumerable(Of CodecInfo)
Get
property IEnumerable<CodecInfo^>^ Codecs {
IEnumerable<CodecInfo^>^ get ();
}
abstract Codecs : IEnumerable<CodecInfo> with get
Return Value
Type:
IEnumerableCodecInfoThe list of the codecs.
See Also