ICallMediaManagerGetChannelConfig Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxMediaChannelConfig GetChannelConfig(
CodecMediaType codecMediaType
)
Function GetChannelConfig (
codecMediaType As CodecMediaType
) As MediaChannelConfig
MediaChannelConfig^ GetChannelConfig(
CodecMediaType codecMediaType
)
abstract GetChannelConfig :
codecMediaType : CodecMediaType -> MediaChannelConfig
Parameters
- codecMediaType
- Type: Ozeki.MediaCodecMediaType
Return Value
Type:
MediaChannelConfig
See Also