diff --git a/api/@ohos.multimedia.movingphotoview.d.ts b/api/@ohos.multimedia.movingphotoview.d.ts index e5be7717a6ee1ecabd92e14f4e3a5a6bb45ed0e1..5bb4c471c73653423a344a839c366451e8d19565 100644 --- a/api/@ohos.multimedia.movingphotoview.d.ts +++ b/api/@ohos.multimedia.movingphotoview.d.ts @@ -27,8 +27,7 @@ import photoAccessHelper from './@ohos.file.photoAccessHelper'; * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ declare interface MovingPhotoViewOptions { /** @@ -38,8 +37,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ movingPhoto: photoAccessHelper.MovingPhoto; /** @@ -49,8 +47,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ controller?: MovingPhotoViewController; /** @@ -60,8 +57,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'18','1.2':'20'} - * @arkts 1.1&1.2 + * @since 18 */ imageAIOptions?: ImageAIOptions; @@ -71,8 +67,7 @@ declare interface MovingPhotoViewOptions { * @type { ?PixelMapFormat } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since arkts{ '1.1':'14','1.2':'20'} - * @arkts 1.1&1.2 + * @since 14 */ movingPhotoFormat?: PixelMapFormat; /** @@ -81,8 +76,7 @@ declare interface MovingPhotoViewOptions { * @type { ?DynamicRangeMode } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since arkts{ '1.1':'14','1.2':'20'} - * @arkts 1.1&1.2 + * @since 14 */ dynamicRangeMode?: DynamicRangeMode; /** @@ -91,8 +85,7 @@ declare interface MovingPhotoViewOptions { * @type { ?boolean } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since arkts{ '1.1':'19','1.2':'20'} - * @arkts 1.1&1.2 + * @since 19 */ playWithMask?: boolean; } @@ -103,8 +96,7 @@ declare interface MovingPhotoViewOptions { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ interface MovingPhotoViewInterface { /** @@ -115,8 +107,7 @@ interface MovingPhotoViewInterface { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ (options: MovingPhotoViewOptions): MovingPhotoViewAttribute; } @@ -128,8 +119,7 @@ interface MovingPhotoViewInterface { * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ declare type MovingPhotoViewEventCallback = () => void; @@ -140,8 +130,7 @@ declare type MovingPhotoViewEventCallback = () => void; * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @crossplatform * @atomicservice - * @since arkts{ '1.1':'12','1.2':'20'} - * @arkts 1.1&1.2 + * @since 12 */ declare class MovingPhotoViewAttribute extends CommonMethod { /** @@ -152,8 +141,7 @@ declare class MovingPhotoViewAttribute extends CommonMethod