CSPROPERTY_VIDEOCONTROL_CAPS_S (Windows Embedded CE 6.0)
1/6/2010
This structure is used to set or get filter-based properties in the PROPSETID_VIDCAP_VIDEOCONTROL property set. It describes the video-control capabilities of a minidriver, such as image flipping, or event triggering abilities.
Syntax
typedef struct {
CSPROPERTY Property;
ULONG StreamIndex;
ULONG VideoControlCaps;
} CSPROPERTY_VIDEOCONTROL_CAPS_S, *PCSPROPERTY_VIDEOCONTROL_CAPS_S;
Members
- Property
A CSPROPERTY structure that describes the property set, property ID, and request type.
- StreamIndex
A ULONG value that contains the zero-based index of the stream.
- VideoControlCaps
A ULONG value that indicates the video control capabilities for the specified stream. This member must be set to one or more (logically ORed) CS_VideoControlFlags enumeration values.
Requirements
Header | csmedia.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Camera Driver Structures
CSPROPERTY_VIDCAP_VIDEOCONTROL
CSPROPERTY
CS_VideoControlFlags