mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-28 01:11:14 +00:00
增加@kit标签
Signed-off-by: yangfan <yangfan174@huawei.com>
This commit is contained in:
parent
7d05e9b98e
commit
acdbf01f7a
@ -27,6 +27,7 @@
|
||||
*
|
||||
* @brief Declares the common enums and structs used by the image interface.
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @syscap SystemCapability.Multimedia.Image.Core
|
||||
* @since 12
|
||||
*/
|
||||
|
@ -28,6 +28,7 @@
|
||||
* @brief Declares functions that access the image rectangle, size, format, and component data.
|
||||
*
|
||||
* @library libohimage.so
|
||||
* @kit ImageKit
|
||||
* @syscap SystemCapability.Multimedia.Image.Core
|
||||
* @since 12
|
||||
*/
|
||||
|
@ -28,6 +28,7 @@
|
||||
* @brief Declares APIs for encoding image into data or file.
|
||||
*
|
||||
* @library libimage_packer.so
|
||||
* @kit ImageKit
|
||||
* @syscap SystemCapability.Multimedia.Image.ImagePacker
|
||||
* @since 12
|
||||
*/
|
||||
|
@ -27,6 +27,7 @@
|
||||
*
|
||||
* @brief Declares the APIs for obtaining image data.
|
||||
* @library libimage_receiver.so
|
||||
* @kit ImageKit
|
||||
* @syscap SystemCapability.Multimedia.Image.ImageReceiver
|
||||
* @since 12
|
||||
*/
|
||||
|
@ -28,6 +28,7 @@
|
||||
* @brief Declares APIs for decoding an image source into a pixel map.
|
||||
*
|
||||
* @library libimage_source.so
|
||||
* @kit ImageKit
|
||||
* @syscap SystemCapability.Multimedia.Image.ImageSource
|
||||
* @since 12
|
||||
*/
|
||||
|
@ -29,6 +29,7 @@
|
||||
* @brief Declares the APIs that can access a pixel map.
|
||||
*
|
||||
* @library libpixelmap.so
|
||||
* @kit ImageKit
|
||||
* @Syscap SystemCapability.Multimedia.Image.Core
|
||||
* @since 12
|
||||
*/
|
||||
|
@ -29,7 +29,8 @@
|
||||
*
|
||||
* @brief Declares functions that access the image rectangle, size, format, and component data.
|
||||
* Need link <b>libimagendk.z.so</b>
|
||||
*
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @since 10
|
||||
* @version 2.0
|
||||
*/
|
||||
|
@ -29,6 +29,7 @@
|
||||
*
|
||||
* @brief Declares the common enums and structs used by the image interface.
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @since 10
|
||||
* @version 2.0
|
||||
*/
|
||||
|
@ -41,6 +41,7 @@
|
||||
* Finally, release the ImagePacker_Native by OH_ImagePacker_Release.
|
||||
*
|
||||
* @library libimage_packer_ndk.z.so
|
||||
* @kit ImageKit
|
||||
* @syscap SystemCapability.Multimedia.Image
|
||||
* @since 11
|
||||
* @version 4.1
|
||||
|
@ -30,6 +30,7 @@
|
||||
* @brief Declares the APIs that can lock, access, and unlock a pixel map.
|
||||
* Need link <b>libpixelmapndk.z.so</b>
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @since 10
|
||||
* @version 1.0
|
||||
*/
|
||||
|
@ -29,6 +29,7 @@
|
||||
*
|
||||
* @brief Declares the APIs that can lock, access, and unlock a pixel map.
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @since 8
|
||||
* @version 1.0
|
||||
*/
|
||||
|
@ -29,6 +29,8 @@
|
||||
*
|
||||
* @brief Declares the APIs for obtaining image data from the native layer.
|
||||
* Need link <b>libimagendk.z.so</b> and <b>libimage_receiverndk.z.so</b>
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @since 10
|
||||
* @version 2.0
|
||||
*/
|
||||
|
@ -29,6 +29,7 @@
|
||||
*
|
||||
* @brief Declares APIs for decoding an image source into a pixel map.
|
||||
*
|
||||
* @kit ImageKit
|
||||
* @Syscap SystemCapability.Multimedia.Image
|
||||
* @since 10
|
||||
* @version 4.0
|
||||
|
Loading…
Reference in New Issue
Block a user