Share via


CSPROPERTY_CAMERACONTROL_S (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

Camera Driver Structures
CSPROPERTY
CSPROPERTY_CAMERACONTROL_FLAGS Values
CSPROPERTY_CAMERACONTROL_FLAGS Values

Concepts

Camera Property Sets