diff --git a/api/@ohos.file.PhotoPickerComponent.d.ets b/api/@ohos.file.PhotoPickerComponent.d.ets index 52885ab0e0a6ceaf1110393a097b0ce687f9727d..b34563dfec8f8edd8003ad6dc0658bdabaefd5f5 100644 --- a/api/@ohos.file.PhotoPickerComponent.d.ets +++ b/api/@ohos.file.PhotoPickerComponent.d.ets @@ -559,6 +559,36 @@ export declare class BaseItemInfo { * @since 12 */ duration?: number; + + /** + * Is it a dynamic photo. + * + * @type { ?PhotoSubtype } + * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core + * @atomicservice + * @since 20 + */ + PhotoSubtype?: photoAccessHelper.PhotoSubtype; + + /** + * Is it an HDR effect file. + * + * @type { ?DynamicRangeType } + * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core + * @atomicservice + * @since 20 + */ + dynamicRangeType?: photoAccessHelper.DynamicRangeType; + + /** + * image rotation angle + * + * @type { ?number } + * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core + * @atomicservice + * @since 20 + */ + orientation?: number; } /**