mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 23:30:15 +00:00
新增动态照片封面帧接口
Signed-off-by: 韩晓东 <hanxiaodong17@h-partners.com>
This commit is contained in:
parent
d40527e5dd
commit
de46490be7
9
api/@ohos.file.photoAccessHelper.d.ts
vendored
9
api/@ohos.file.photoAccessHelper.d.ts
vendored
@ -1604,7 +1604,14 @@ declare namespace photoAccessHelper {
|
||||
* @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core
|
||||
* @since 12
|
||||
*/
|
||||
DYNAMIC_RANGE_TYPE = 'dynamic_range_type'
|
||||
DYNAMIC_RANGE_TYPE = 'dynamic_range_type',
|
||||
/**
|
||||
* Cover position of the asset, read only
|
||||
*
|
||||
* @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core
|
||||
* @since 12
|
||||
*/
|
||||
COVER_POSITION = 'cover_position'
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user