Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies camera control event notifications that the driver generates to indicate that an operation has been completed or canceled.
Syntax
typedef enum {
KSEVENT_CAMERACONTROL_FOCUS,
KSEVENT_CAMERACONTROL_ZOOM
} KSEVENT_CAMERACONTROL;
Constants
KSEVENT_CAMERACONTROL_FOCUSA camera focus operation has completed or has been canceled. See KSEVENT_CAMERACONTROL_FOCUS. |
KSEVENT_CAMERACONTROL_ZOOMA camera zoom operation has completed or has been canceled. See KSEVENT_CAMERACONTROL_ZOOM. |
Remarks
For more information, see KSPROPERTY_CAMERACONTROL_S_EX.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | ksmedia.h (include Ksmedia.h) |