MultiMedia_CameraAbility
Overview
Defines the camera capability set for applications to achieve and access the capabilities.
Since:
1.0
Version:
1.0
Summary
Files
Data Structures
Declares functions of the CameraAbility class. |
Functions
A constructor used to create a CameraAbility instance. |
|
A destructor used to delete the CameraAbility instance. |
|
OHOS::Media::CameraAbility::GetSupportedSizes (int format) const |
Obtains the supported image sizes for a specified image format. |
Obtains the parameter value range based on a specified parameter key. |
Details
Function Documentation
CameraAbility()
OHOS::Media::CameraAbility::CameraAbility ()
Description:
A constructor used to create a CameraAbility instance.
GetParameterRange()
std::list<T> OHOS::Media::CameraAbility::GetParameterRange (uint32_t key) const
Description:
Obtains the parameter value range based on a specified parameter key.
Parameters:
key | Indicates the parameter key. |
Returns:
Returns the parameter value range if obtained; returns NULL otherwise.
GetSupportedSizes()
std::list<CameraPicSize> OHOS::Media::CameraAbility::GetSupportedSizes (int format) const
Description:
Obtains the supported image sizes for a specified image format.
Parameters:
format | Indicates the image format, which can be YUV, H.265, or H.264. |
Returns:
Returns the image size list if obtained; returns NULL otherwise.
SetParameterRange()
int32_t OHOS::Media::CameraAbility::SetParameterRange (uint32_t key, std::list< T > rangeList )
Description:
Sets value ranges for a specified parameter.
Parameters:
key | Indicates the parameter key. |
rangeList | Indicates the list of parameter value ranges. |
Returns:
Returns SUCCESS if the setting is successful; returns FAIL otherwise.
~CameraAbility()
virtual OHOS::Media::CameraAbility::~CameraAbility ()
Description:
A destructor used to delete the CameraAbility instance.