Searched refs:PhotoSource (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-RecentPhotoComponent.md | 14 RecentPhotoClickCallback, PhotoSource, RecentPhotoInfo, RecentPhotoCheckInfoCallback, 58 | photoSource | [PhotoSource](#photosource) … 128 ## PhotoSource section 150 …RecentPhotoComponent, RecentPhotoOptions, PhotoSource, RecentPhotoInfo, RecentPhotoCheckResultCall… 167 this.recentPhotoOptions.photoSource = PhotoSource.ALL;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | recentphotocomponent.js | 157 export let PhotoSource; variable 162 })(PhotoSource || (PhotoSource = {})); 164 export default { RecentPhotoComponent, RecentPhotoOptions, PhotoSource, RecentPhotoInfo };
|
H A D | RecentPhotoComponent.ets | 40 photoSource: this.recentPhotoOptions?.photoSource as PhotoSource, 116 public photoSource?: PhotoSource 124 export enum PhotoSource {
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-RecentPhotoComponent.md | 14 RecentPhotoClickCallback, PhotoSource, RecentPhotoInfo, RecentPhotoCheckInfoCallback, 58 | photoSource | [PhotoSource](#photosource) … 128 ## PhotoSource section 150 …RecentPhotoComponent, RecentPhotoOptions, PhotoSource, RecentPhotoInfo, RecentPhotoCheckResultCall… 167 this.recentPhotoOptions.photoSource = PhotoSource.ALL;
|