Share via


ICameraControl::getRange_Tilt

 
Microsoft DirectShow 9.0

ICameraControl::getRange_Tilt

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

The getRange_Tilt method returns the range of tilt angles supported by the camera.

Syntax

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

Parameters

pMin

[out]  Receives the minimum tilt angle, in units of 1 arc second.

pMax

[out]  Receives the maximum tilt angle, in units of 1 arc second.

pSteppingDelta

[out]  Receives the smallest step between settings.

pDefault

[out]  Receives the default tilt angle, in units of 1 arc second.

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