IConfiguratorCodecs Property |
Gets the list of the available codecs.
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
Property Value
Type:
IEnumerableCodecInfoSee Also