MediaStrategyGetLocalCodec Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 Int32
-
- payloadType Int32
-
Return Value
ICodecImplements
IMediaStrategyGetLocalCodec(Int32, Int32)
See Also