_IMcCaptureEvents_AfterStreamEventHandler Delegate
|
|
This McCaptDevice instance is ending a stream of snaps.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub _IMcCaptureEvents_AfterStreamEventHandler (
CaptureDevice As McCaptDevice,
CaptFrames As McCaptFrames,
bCanceled As Boolean
)
Parameters
- CaptureDevice
- Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device. - CaptFrames
- Type: MediaCy.IQL.CaptureMcCaptFrames
- bCanceled
- Type: SystemBoolean
set to True if the stream operation was cancelled.
RemarksThis notification is sent just after the stream is finished.
See Also