ICameraControl::getRange_Iris

 
Microsoft DirectShow 9.0

ICameraControl::getRange_Iris

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

The getRange_Iris method returns the range of aperture settings supported by the camera.

Syntax

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

Parameters

pMin

[out]  Receives the minimum aperture setting, in units of f-stop * 100.

pMax

[out]  Receives the maximum aperture setting, in units of f-stop * 100.

pSteppingDelta

[out]  Receives the smallest step between settings.

pDefault

[out]  Receives the default aperture setting.

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