ISoftPhoneCodecs Property |
Gets the list of available codecs in the softphone.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IEnumerable<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