FrameCapture Constructor (String) |
Note: This API is now obsolete.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax [ObsoleteAttribute("Use the FrameCaptureFromFolder class instead.",
true)]
public FrameCapture(
string source = ""
)
<ObsoleteAttribute("Use the FrameCaptureFromFolder class instead.",
true)>
Public Sub New (
Optional source As String = ""
)
public:
[ObsoleteAttribute(L"Use the FrameCaptureFromFolder class instead.",
true)]
FrameCapture(
String^ source = L""
)
[<ObsoleteAttribute("Use the FrameCaptureFromFolder class instead.",
true)>]
new :
?source : string
(* Defaults:
let _source = defaultArg source ""
*)
-> FrameCapture
Parameters
- source (Optional)
- Type: SystemString
See Also