MediaStrategy.GetLocalCodec Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
- Type: System.Int32
- payloadType
- Type: System.Int32
Return Value
Type:
ICodecImplements
IMediaStrategy.GetLocalCodec(Int32, Int32)
See Also