MediaStrategyGetLocalCodec Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ICodec GetLocalCodec(
int channelId,
int payloadType
)
Public Function GetLocalCodec (
channelId As Integer,
payloadType As Integer
) As ICodec
public:
virtual ICodec^ GetLocalCodec(
int channelId,
int payloadType
) sealed
abstract GetLocalCodec :
channelId : int *
payloadType : int -> ICodec
override GetLocalCodec :
channelId : int *
payloadType : int -> ICodec
Parameters
- channelId
- Type: SystemInt32
- payloadType
- Type: SystemInt32
Return Value
Type:
ICodecImplements
IMediaStrategyGetLocalCodec(Int32, Int32)See Also