Share via


CSPROPERTY_VIDEOCOMPRESSION_S (Windows Embedded CE 6.0)

1/6/2010

This structure describes a single CSPROPERTY_VIDEOCOMPRESSION_xxx property of a specified stream.

Syntax

typedef struct {
  CSPROPERTY Property;
  ULONG      StreamIndex;
  LONG       Value;
} CSPROPERTY_VIDEOCOMPRESSION_S, *PCSPROPERTY_VIDEOCOMPRESSION_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.
  • Value
    A LONG value that specifies the value of a request. For Set requests, the minidriver must set the property specified in Property to this value. For Get requests, the minidriver must return the value of the property specified in Property.

Remarks

All CSPROPERTY_VIDEOCOMPRESSION properties (see (CSPROPERTY_VIDCAP_VIDEOCOMPRESSION) that use this structure are read/write.

Requirements

Header csmedia.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures
CSPROPERTY
CSPROPERTY_VIDCAP_VIDEOCOMPRESSION