| MediaStrategyGetRemoteCodec Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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