| IMediaStrategyGetLocalCodec Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxICodec GetLocalCodec(
	int channelId,
	int payloadType
)
Function GetLocalCodec ( 
	channelId As Integer,
	payloadType As Integer
) As ICodec
ICodec^ GetLocalCodec(
	int channelId, 
	int payloadType
)
abstract GetLocalCodec : 
        channelId : int * 
        payloadType : int -> ICodec 
Parameters
- channelId
 - Type: SystemInt32
 - payloadType
 - Type: SystemInt32
 
Return Value
Type: 
ICodec
See Also