CodecH263 Constructor (String) |
Initializes a new instance of the
CodecH263 class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CodecH263(
string fmtp
)
Public Sub New (
fmtp As String
)
public:
CodecH263(
String^ fmtp
)
new :
fmtp : string -> CodecH263
Parameters
- fmtp
- Type: SystemString
See Also