ICallMediaManagerGetSupportedCodecs Method |
Gets the codecs supported by the other party.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxIEnumerable<CodecDescription> GetSupportedCodecs()
Function GetSupportedCodecs As IEnumerable(Of CodecDescription)
IEnumerable<CodecDescription^>^ GetSupportedCodecs()
abstract GetSupportedCodecs : unit -> IEnumerable<CodecDescription>
Return Value
Type:
IEnumerableCodecDescription
See Also