IMediaStrategyGetRemoteCodec Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxICodec GetRemoteCodec(
int channelId,
int payloadType
)
Function GetRemoteCodec (
channelId As Integer,
payloadType As Integer
) As ICodec
ICodec^ GetRemoteCodec(
int channelId,
int payloadType
)
abstract GetRemoteCodec :
channelId : int *
payloadType : int -> ICodec
Parameters
- channelId Int32
-
- payloadType Int32
-
Return Value
ICodec
See Also