| ICodecFactoryCreateCodec Method (String) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxICodec CreateCodec(
	string fmtpString
)
Function CreateCodec ( 
	fmtpString As String
) As ICodec
ICodec^ CreateCodec(
	String^ fmtpString
)
abstract CreateCodec : 
        fmtpString : string -> ICodec 
Parameters
- fmtpString
 - Type: SystemString
 
Return Value
Type: 
ICodec
See Also