Searched refs:imageFileUri (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-movingphoto.md | 60 // 需要确保imageFileUri和videoFileUri对应的资源存在,分别表示待创建到媒体库的动态照片的图片和视频。 61 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/create_movi… 67 … assetChangeRequest.addResource(photoAccessHelper.ResourceType.IMAGE_RESOURCE, imageFileUri); 153 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/local_movin… 155 …o = await photoAccessHelper.MediaAssetManager.loadMovingPhoto(context, imageFileUri, videoFileUri); 172 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/request_mov… 174 await movingPhoto.requestContent(imageFileUri, videoFileUri); // 将动态照片导出到应用沙箱
|
/ohos5.0/docs/en/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-movingphoto.md | 60 …// Ensure that the assets specified by imageFileUri and videoFileUri exist. imageFileUri and video… 61 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/create_movi… 67 … assetChangeRequest.addResource(photoAccessHelper.ResourceType.IMAGE_RESOURCE, imageFileUri); 153 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/local_movin… 155 …o = await photoAccessHelper.MediaAssetManager.loadMovingPhoto(context, imageFileUri, videoFileUri); 172 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/request_mov… 174 …await movingPhoto.requestContent(imageFileUri, videoFileUri); // Export the image and video of the…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-multimedia-movingphotoview.md | 426 // 需要确保imageFileUri和videoFileUri对应的资源在应用沙箱存在 427 let imageFileUri = 'file://{bundleName}/data/storage/el2/base/haps/entry/files/xxx.jpg'; 429 …data = await photoAccessHelper.MediaAssetManager.loadMovingPhoto(context, imageFileUri, videoFileU…
|
H A D | js-apis-photoAccessHelper.md | 4362 static loadMovingPhoto(context: Context, imageFileUri: string, videoFileUri: string): Promise\<Movi… 4375 | imageFileUri | string | 是 | 应用沙箱动态照片的图片uri。 | 4398 …let imageFileUri: string = 'file://com.example.temptest/data/storage/el2/base/haps/ImageFile.jpg';… 4400 …o = await photoAccessHelper.MediaAssetManager.loadMovingPhoto(context, imageFileUri, videoFileUri); 4656 requestContent(imageFileUri: string, videoFileUri: string): Promise\<void> 4673 | imageFileUri | string | 是 | 待写入动态照片图片内容的uri。 | 4704 … let imageFileUri: string = "file://com.example.temptest/data/storage/el2/base/haps/ImageFile.jpg"; 4707 await movingPhoto.requestContent(imageFileUri, videoFileUri); 4788 … let imageFileUri: string = "file://com.example.temptest/data/storage/el2/base/haps/ImageFile.jpg"; 4790 await movingPhoto.requestContent(photoAccessHelper.ResourceType.IMAGE_RESOURCE, imageFileUri);
|
H A D | js-apis-photoAccessHelper-sys.md | 4187 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/long_exposu… 4189 assetChangeRequest.addResource(photoAccessHelper.ResourceType.IMAGE_RESOURCE, imageFileUri);
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-multimedia-movingphotoview.md | 596 …// Ensure that the media assets corresponding to imageFileUri and videoFileUri exist in the applic… 597 let imageFileUri = 'file://{bundleName}/data/storage/el2/base/haps/entry/files/xxx.jpg'; 599 …data = await photoAccessHelper.MediaAssetManager.loadMovingPhoto(context, imageFileUri, videoFileU…
|
H A D | js-apis-photoAccessHelper.md | 4363 static loadMovingPhoto(context: Context, imageFileUri: string, videoFileUri: string): Promise\<Movi… 4376 | imageFileUri | string | Yes | URI of the image file of the moving photo in the application s… 4399 …let imageFileUri: string = 'file://com.example.temptest/data/storage/el2/base/haps/ImageFile.jpg';… 4401 …o = await photoAccessHelper.MediaAssetManager.loadMovingPhoto(context, imageFileUri, videoFileUri); 4657 requestContent(imageFileUri: string, videoFileUri: string): Promise\<void> 4674 | imageFileUri | string | Yes | URI to which the image data of the moving pho… 4705 … let imageFileUri: string = "file://com.example.temptest/data/storage/el2/base/haps/ImageFile.jpg"; 4708 await movingPhoto.requestContent(imageFileUri, videoFileUri); 4789 … let imageFileUri: string = "file://com.example.temptest/data/storage/el2/base/haps/ImageFile.jpg"; 4791 await movingPhoto.requestContent(photoAccessHelper.ResourceType.IMAGE_RESOURCE, imageFileUri);
|
H A D | js-apis-photoAccessHelper-sys.md | 4187 …let imageFileUri = 'file://com.example.temptest/data/storage/el2/base/haps/entry/files/long_exposu… 4189 assetChangeRequest.addResource(photoAccessHelper.ResourceType.IMAGE_RESOURCE, imageFileUri);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_manager_napi.cpp | 1405 std::string imageFileUri; in ParseArgsForLoadMovingPhoto() local 1407 MediaLibraryNapiUtils::GetParamStringPathMax(env, argv[PARAM1], imageFileUri) == napi_ok, in ParseArgsForLoadMovingPhoto() 1413 std::string uri(imageFileUri + MOVING_PHOTO_URI_SPLIT + videoFileUri); in ParseArgsForLoadMovingPhoto()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/ |
H A D | media_library_manager.cpp | 965 AppFileService::ModuleFileUri::FileUri imageFileUri(uris[MOVING_PHOTO_IMAGE_POS]); in GetSandboxMovingPhotoTime() local 966 string imageRealPath = imageFileUri.GetRealPath(); in GetSandboxMovingPhotoTime()
|