AbstractCallMediaManagerGetSupportedCodecs Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public abstract IEnumerable<CodecDescription> GetSupportedCodecs()
Public MustOverride Function GetSupportedCodecs As IEnumerable(Of CodecDescription)
public:
virtual IEnumerable<CodecDescription^>^ GetSupportedCodecs() abstract
abstract GetSupportedCodecs : unit -> IEnumerable<CodecDescription>
Return Value
Type:
IEnumerableCodecDescriptionImplements
ICallMediaManagerGetSupportedCodecsSee Also