choose-video.md 1.2 KB
Newer Older
1
## uni.chooseVideo(options) @choosevideo
2 3 4

<!-- UTSAPIJSON.chooseVideo.description -->

D
DCloud_LXH 已提交
5 6
<!-- UTSAPIJSON.chooseVideo.compatibility -->

7 8 9 10 11 12
<!-- UTSAPIJSON.chooseVideo.param -->

<!-- UTSAPIJSON.chooseVideo.returnValue -->

<!-- UTSAPIJSON.chooseVideo.tutorial -->

D
DCloud_LXH 已提交
13
<!-- UTSAPIJSON.chooseVideo.example -->
14 15 16 17

<!-- UTSAPIJSON.general_type.name -->

<!-- UTSAPIJSON.general_type.param -->
18 19 20 21

## Tips
* 本API会自动申请摄像头和相册权限,如需手动获取app是否拥有摄像头和相册权限,参考 [uni.getAppAuthorizeSetting](get-app-authorize-setting.md)
* app端拍摄和相册选择会在应用沙盒目录的cache目录产生临时文件,位置[详见](file-system-spec.md#cache)
D
DCloud_LXH 已提交
22
* app端如需主动删除临时文件,使用[uni.getFileSystemManager](get-file-system-manager.md)
23
* 由于受[google play 照片和视频权限](https://support.google.com/googleplay/android-developer/answer/14115180)政策的影响,使用uni.chooseVideo在上架google play时需要提交一份声明以获得试用的资格,谷歌允许延长声明的提交时间到2025年1月22日。遇到此问题可以使用插件[uni-chooseSystemMedia](https://ext.dcloud.net.cn/plugin?id=20744)