Description
This McCaptDevice instance is ending a stream of snaps.
Syntax
Private Sub object_AfterStream(CaptureDevice, bCanceled)
The AfterStream Event syntax has these parts:
|
| object | A McCapture object. | | CaptureDevice | A McCaptDevice object. the event source device.
| | bCanceled | A Boolean value. |
|