Provides APIs for obtaining pixel map data and information.
To use the APIs in this file, **libpixelmap_ndk.z.so** is required.
@Syscap SystemCapability.Multimedia.Image
**Since**
8
...
...
@@ -19,7 +18,7 @@ To use the APIs in this file, **libpixelmap_ndk.z.so** is required.
| Name| Description|
| -------- | -------- |
| [image_pixel_map_napi.h](image__pixel__map__napi_8h.md) | Declares the APIs that can lock, access, and unlock a pixel map.<br>File to include: <multimedia/image_framework/image_pixel_map_napi.h>|
| [image_pixel_map_napi.h](image__pixel__map__napi_8h.md) | Declares the APIs that can lock, access, and unlock a pixel map.<br>**File to include**: <multimedia/image_framework/image_pixel_map_napi.h><br>**Library**: libpixelmap_ndk.z.so|
### Structs
...
...
@@ -87,7 +86,7 @@ Defines the data type name of the native pixel map.
**Since**
9
10
## Enum Description
...
...
@@ -151,7 +150,7 @@ Enumerates the pixel map alpha types.
**Since**
9
10
### anonymous enum
...
...
@@ -170,7 +169,7 @@ Enumerates the pixel map scale modes.
**Since**
9
10
### anonymous enum
...
...
@@ -190,7 +189,7 @@ Enumerates the pixel map editing types.
**Since**
9
10
## Function Description
...
...
@@ -225,6 +224,7 @@ UnAccessPixels
Returns **OHOS_IMAGE_RESULT_SUCCESS** if the operation is successful; returns an error code otherwise.