IMediaStrategyGetLocalCodec Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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