KSPROPERTY_VIDEOCONTROL_CAPS_S - NtDoc

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

typedef struct {
  KSPROPERTY Property;
  ULONG      StreamIndex;
  ULONG      VideoControlCaps;
} KSPROPERTY_VIDEOCONTROL_CAPS_S, *PKSPROPERTY_VIDEOCONTROL_CAPS_S;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksproperty_videocontrol_caps_s)

KSPROPERTY_VIDEOCONTROL_CAPS_S structure

Description

The KSPROPERTY_VIDEOCONTROL_CAPS_S structure describes the video-control capabilities of a minidriver, such as image flipping or event triggering abilities.

Members

Property

Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.

StreamIndex

Contains the zero-based index of the stream.

VideoControlCaps

Indicates the video control capabilities for the specified stream. This member must be set to one or more (logically ORed) values from the KS_VideoControlFlags enumeration.

See also

KSPROPERTY

KSPROPERTY_VIDEOCONTROL_CAPS

KSPROPERTY_VIDEOCONTROL_MODE_S

KS_VideoControlFlags

PROPSETID_VIDCAP_VIDEOCONTROL