Skip to content

Commit

Permalink
docs: update API video
Browse files Browse the repository at this point in the history
  • Loading branch information
dcloudhdx committed Oct 9, 2019
1 parent 137015f commit 12cf043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/media/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
|参数|说明|平台差异说明说明|
|:-|:-|:-|
|tempFilePath|选定视频的临时文件路径||
|duration|选定视频的时间长度,单位为 s|APP平台 2.1.0+ 支持|
|size|选定视频的数据量大小|APP平台 2.1.0+ 支持|
|height|返回选定视频的高|APP平台 2.1.0+ 支持|
|width|返回选定视频的宽|APP平台 2.1.0+ 支持|
|duration|选定视频的时间长度,单位为 s|APP平台 2.1.0+、微信小程序|
|size|选定视频的数据量大小|APP平台 2.1.0+、微信小程序|
|height|返回选定视频的高|APP平台 2.1.0+、微信小程序|
|width|返回选定视频的宽|APP平台 2.1.0+、微信小程序|

**注意:**
* 文件的临时路径,在应用本次启动期间可以正常使用,如需持久保存,需在主动调用 [uni.saveFile](api/file/file?id=savefile),在应用下次启动时才能访问得到。
Expand Down

0 comments on commit 12cf043

Please sign in to comment.