IConfiguratorCodecs Property |
Gets the list of the available codecs.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
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
Property Value
IEnumerableCodecInfo
See Also