Description
This McCaptDevice instance has changed a setting.
Syntax
Private Sub object_SettingChanged(CaptureDevice, CaptSettings, Key, value)
The SettingChanged Event syntax has these parts:
|
| object | A McCapture object. | | CaptureDevice | A McCaptDevice object. the event source device.
| | CaptSettings | A McCaptSettings object. the capture settings.
| | Key | A String value. capture setting key
| | value | A Variant value. capture setting value
|
|