KSEVENT_CAMERACONTROL enumeration (ksmedia.h)
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_FOCUS A camera focus operation has completed or has been canceled. See KSEVENT_CAMERACONTROL_FOCUS. |
KSEVENT_CAMERACONTROL_ZOOM A 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) |