MediaStrategyGetRemoteCodec Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic ICodec GetRemoteCodec(
int channelId,
int payloadType
)
Public Function GetRemoteCodec (
channelId As Integer,
payloadType As Integer
) As ICodec
public:
virtual ICodec^ GetRemoteCodec(
int channelId,
int payloadType
) sealed
abstract GetRemoteCodec :
channelId : int *
payloadType : int -> ICodec
override GetRemoteCodec :
channelId : int *
payloadType : int -> ICodec
Parameters
- channelId
- Type: SystemInt32
- payloadType
- Type: SystemInt32
Return Value
Type:
ICodecImplements
IMediaStrategyGetRemoteCodec(Int32, Int32)
See Also