| CodecFactoryCreateVideoDecoder Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static IVideoDecoder CreateVideoDecoder(
	VideoType codecType,
	string fmtp = ""
)
Public Shared Function CreateVideoDecoder ( 
	codecType As VideoType,
	Optional fmtp As String = ""
) As IVideoDecoder
public:
static IVideoDecoder^ CreateVideoDecoder(
	VideoType codecType, 
	String^ fmtp = L""
)
static member CreateVideoDecoder : 
        codecType : VideoType * 
        ?fmtp : string 
(* Defaults:
        let _fmtp = defaultArg fmtp ""
*)
-> IVideoDecoder 
Parameters
- codecType
 - Type: Ozeki.MediaVideoType
 - fmtp (Optional)
 - Type: SystemString
 
Return Value
Type: 
IVideoDecoder
See Also