| SelectableCodecManagerGetCodec Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic ICodec GetCodec(
	CodecPayloadType payloadType,
	string fmtpString = null
)
Public Function GetCodec ( 
	payloadType As CodecPayloadType,
	Optional fmtpString As String = Nothing
) As ICodec
public:
ICodec^ GetCodec(
	CodecPayloadType payloadType, 
	String^ fmtpString = nullptr
)
member GetCodec : 
        payloadType : CodecPayloadType * 
        ?fmtpString : string 
(* Defaults:
        let _fmtpString = defaultArg fmtpString null
*)
-> ICodec 
Parameters
- payloadType
 - Type: Ozeki.MediaCodecPayloadType
 - fmtpString (Optional)
 - Type: SystemString
 
Return Value
Type: 
ICodec
See Also