ICameraControl::put_Iris
Microsoft DirectShow 9.0 |
ICameraControl::put_Iris
This topic applies only to Windows XP Service Pack 2 and later.
The put_Iris method sets the camera's aperture setting.
Syntax
HRESULT put_Iris( long Value, long Flags );
Parameters
Value
[in] Specifies the aperture setting, in units of f-stop * 10.
Flags
[in] Zero or more flags. See CameraControlFlags. If the CameraControl_Flags_Auto flag is used, the Value parameter is ignored and the camera sets the default value.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Vidcap.h.
Library: Use Strmiids.lib.
See Also