IMcCaptDevice2BeginStreamToDisk Method
|
|
Start a streaming to disk operation in the source device.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxFunction BeginStreamToDisk (
<OptionalAttribute> PreviewImage As Object
) As mcCaptureErrorCodes
Parameters
- PreviewImage (Optional)
- Type: SystemObject
Preview image to show stream to disk to the user
Return Value
Type:
mcCaptureErrorCodes
RemarksCalling this method tells the source device to start a streaming
to disk operation.
See Also