IMediaStrategyGetRemoteCodec Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt32
- payloadType
- Type: SystemInt32
Return Value
Type:
ICodec
See Also