Share via


CSPROPERTY_CAMERACONTROL_S

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure is used to set or get filter-based properties in the PROPSETID_VIDCAP_CAMERACONTROL property set (see Camera Property Sets).

Syntax

typedef struct {
  CSPROPERTY Property;
  LONG       Value;
  ULONG      Flags;
  ULONG      Capabilities;
} CSPROPERTY_CAMERACONTROL_S, *PCSPROPERTY_CAMERACONTROL_S;

Members

  • Property
    A CSPROPERTY structure that describes the property set, property ID, and request type.
  • Value
    A LONG value that specifies the value of the property. This member is read/write.
  • Flags
    A ULONG value that is one of the CSPROPERTY_CAMERACONTROL_FLAGS Values. For Get requests, this value is the current setting for the specified property. For Set requests, this value is the desired setting for the specified property.
  • Capabilities
    A ULONG value that is one of the CSPROPERTY_CAMERACONTROL_FLAGS Values. This value indicates the minidriver's camera control capabilities for the specified property. This member is read-only.

Requirements

Header csmedia.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Camera Driver Structures
CSPROPERTY
CSPROPERTY_CAMERACONTROL_FLAGS Values
CSPROPERTY_CAMERACONTROL_FLAGS Values

Concepts

Camera Property Sets