# MultiMedia\_CameraAbility - [Overview](#section59896362165625) - [Summary](#section1342120614165625) - [Files](#files) - [Data Structures](#nested-classes) - [Functions](#func-members) - [Details](#section1351292470165625) - [Function](#section23304000165625) - [CameraAbility\(\)](#ga7f1b94b32f7c7b121ea14b3147788497) - [GetParameterRange\(\)](#ga3fb9142cc5bbeafef3201ecaaf50c737) - [GetSupportedSizes\(\)](#ga840850d531b96cc5a829b257ade3c7e6) - [SetParameterRange\(\)](#ga23410306b850fe7edcb736f50fe8048d) - [\~CameraAbility\(\)](#ga797435bcd10278e33fb7b6f4951f0d7f) ## **Overview** **Description:** Defines the camera capability set for applications to achieve and access the capabilities. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Files
Declares functions of the CameraAbility class. |
|
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. |
OHOS::Media::CameraAbility::SetParameterRange (uint32_t key, std::list< T > rangeList) |
|
OHOS::Media::CameraAbility::GetParameterRange (uint32_t key) const |
template<typename T > std::list< T > Obtains the parameter value range based on a specified parameter key. |
| key | Indicates the parameter key. |
| format | Indicates the image format, which can be YUV, H.265, or H.264. |
| key | Indicates the parameter key. |
| rangeList | Indicates the list of parameter value ranges. |