ICallMediaManagerGetCurrentEncoder Method |
Gets the current encoder used during the call.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxCodecDescription GetCurrentEncoder(
MediaType mediaType
)
Function GetCurrentEncoder (
mediaType As MediaType
) As CodecDescription
CodecDescription^ GetCurrentEncoder(
MediaType mediaType
)
abstract GetCurrentEncoder :
mediaType : MediaType -> CodecDescription
Parameters
- mediaType
- Type: MediaType
Return Value
Type:
CodecDescription
See Also