ICameraControl::getRange_ExposureRelative

 
Microsoft DirectShow 9.0

ICameraControl::getRange_ExposureRelative

This topic applies only to Windows XP Service Pack 2 and later.

The getRange_ExposureRelative method returns the range of relative exposure times supported by the camera. The relative exposure time is expressed as a number of steps, where the absolute value of each step depends on the camera model.

Syntax

  HRESULT getRange_ExposureRelative(
  long*  pMin,
  long*  pMax,
  long*  pSteppingDelta,
  long*  pDefault,
  long*  pCapsFlag
);

Parameters

pMin

[out]  Receives the minimum relative exposure time.

pMax

[out]  Receives the maximum relative exposure time.

pSteppingDelta

[out]  Receives the smallest step between settings.

pDefault

[out]  Receives the default relative exposure time.

pCapsFlag

[out]  Receives one or more flags. See CameraControlFlags.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: Use Strmiids.lib.

See Also