CSPROPERTY_VIDEOCONTROL_FRAME_RATES_S (Windows Embedded CE 6.0)
1/6/2010
This structure describes available frame rates in 100-nanosecond units.
Syntax
typedef struct {
CSPROPERTY Property;
ULONG StreamIndex;
ULONG RangeIndex;
SIZE Dimensions;
} CSPROPERTY_VIDEOCONTROL_FRAME_RATES_S, *PCSPROPERTY_VIDEOCONTROL_FRAME_RATES_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.
- RangeIndex
A ULONG value that contains the zero-based index into the range list. The value at this location specifies the range in which frame rate information is being requested.
- Dimensions
A SIZE structure that specifies the width and height of the image.
Remarks
The minidriver should return a CSMULTIPLE_ITEM structure containing a list of the frame rates supported. These values should be expressed using type VT_I4.
Requirements
Header | csmedia.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Camera Driver Structures
CSPROPERTY_VIDCAP_VIDEOCONTROL
CSPROPERTY
CSMULTIPLE_ITEM