ICallMediaManagerGetSupportedCodecs Method |
Gets the codecs supported by the other party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IEnumerable<CodecDescription> GetSupportedCodecs()
Function GetSupportedCodecs As IEnumerable(Of CodecDescription)
IEnumerable<CodecDescription^>^ GetSupportedCodecs()
abstract GetSupportedCodecs : unit -> IEnumerable<CodecDescription>
Return Value
Type:
IEnumerableCodecDescriptionSee Also