Share via


CSPROPERTY_VIDEOCONTROL_MODE_S (Windows Embedded CE 6.0)

1/6/2010

This structure describes video-control modes for a stream, such as image flipping or event triggering abilities.

Syntax

typedef struct {
  CSPROPERTY Property;
  ULONG      StreamIndex;
  LONG       Mode;
} CSPROPERTY_VIDEOCONTROL_MODE_S, *PCSPROPERTY_VIDEOCONTROL_MODE_S;

Members

  • Property
    An initialized 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.
  • Mode
    A LONG value that specifies the video control mode. For a Set request, this member contains the requested video control mode. For a Get request, the minidriver should return the current video control mode of the device. This member can be one of the 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