ICodecFactoryCreateCodec Method (String) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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