CommonRaiseEventActiveCaptureDeviceChanged Method
|
|
Raise ActiveCaptureDeviceChanged event.
Namespace:
MediaCy.Commands.Capture
Assembly:
MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
SyntaxPublic Shared Sub RaiseEventActiveCaptureDeviceChanged (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
RemarksMediaCy.Addins.Capture calls this sub to notify others what active capture device (camera) changed.
See Also