Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.12 KB

ns-mfidl-mf_camera_control_range_info.md

File metadata and controls

75 lines (58 loc) · 2.12 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NS:mfidl.__MIDL___MIDL_itf_mfidl_0000_0136_0002
mf
MF_CAMERA_CONTROL_RANGE_INFO
08/05/2022
Windows
The MF_CAMERA_CONTROL_RANGE_INFO structure represents the accepted range, step value, and default value for a camera control.
false
structure
mfidl.h
Windows 11 Build 22621
Windows 11 Build 22621
MF_CAMERA_CONTROL_RANGE_INFO
apiref
HeaderDef
mfidl.h
__MIDL___MIDL_itf_mfidl_0000_0136_0002
MF_CAMERA_CONTROL_RANGE_INFO
__MIDL___MIDL_itf_mfidl_0000_0136_0002
mfidl/__MIDL___MIDL_itf_mfidl_0000_0136_0002
MF_CAMERA_CONTROL_RANGE_INFO
mfidl/MF_CAMERA_CONTROL_RANGE_INFO
c++
__MIDL___MIDL_itf_mfidl_0000_0136_0002

-description

Represents the accepted range, step value, and default value for a camera control.

-struct-fields

-field minValue

The minimum value supported by the control.

-field maxValue

The maximum value supported by the control.

-field stepValue

The incremental step value supported by the control.

-field defaultValue

The default value for the control.

-remarks

The legacy PROPSETID_VIDCAP_VIDEOPROCAMP and PROPSETID_VIDCAP_CAMERACONTROL control sets provide an allowed range and step value of with which a control can be configured, as well as a default value. For other controls, the caller is responsible for knowing whether the underlying control supports the basic range information.

Retrieve the range information for a control by calling IMFCameraControlDefaults::GetRangeInfo.

-see-also

IMFCameraControlDefaults::GetRangeInfo