KSEVENT_CAMERACONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  KSEVENT_CAMERACONTROL_FOCUS,
  KSEVENT_CAMERACONTROL_ZOOM
} KSEVENT_CAMERACONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ksevent_cameracontrol)

KSEVENT_CAMERACONTROL enumeration

Description

Specifies camera control event notifications that the driver generates to indicate that an operation has been completed or canceled.

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.

See also

KSEVENT_CAMERACONTROL_FOCUS

KSEVENT_CAMERACONTROL_ZOOM

KSPROPERTY_CAMERACONTROL_S_EX