ICameraControl::get_Tilt
Microsoft DirectShow 9.0 |
ICameraControl::get_Tilt
This topic applies only to Windows XP Service Pack 2 and later.
The get_Tilt method returns the camera's tilt angle.
Syntax
HRESULT get_Tilt( long* pValue, long* pFlags );
Parameters
pValue
[out] Receives the tilt angle, in degrees. Positive values point the camera up, and negative values point the camera down. Theoretical values range from –180 degrees to +180 degrees, but the actual range depends on the camera. See ICameraControl::getRange_Tilt.
pFlags
[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