From 885f94ddd3c1159ca51e591f993b8e6cbe351502 Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 15 Apr 2021 11:19:21 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20getVideoInfo=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=85=BC=E5=AE=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/media/video.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/api/media/video.md b/docs/api/media/video.md index aa7101dc4..173639f0f 100644 --- a/docs/api/media/video.md +++ b/docs/api/media/video.md @@ -241,7 +241,7 @@ export default { |App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|2.11.0+|x|x|x|x| +|3.1.10+|3.1.10+|2.11.0+|x|x|x|x| **OBJECT 参数说明** @@ -254,16 +254,16 @@ export default { **success 返回参数说明** -|参数名 |类型 |说明 | -|:- |:- |:- | -|orientation|string |画面方向 | -|type |string |视频格式 | -|duration |number |视频长度 | -|size |number |视频大小,单位 kB | -|height |number |视频的长,单位 px | -|width |number |视频的宽,单位 px | -|fps |number |视频帧率 | -|bitrate |number |视频码率,单位 kbps| +|参数名 |类型 |说明 |平台差异说明| +|:- |:- |:- || +|orientation|string |画面方向 |微信小程序| +|type |string |视频格式 |微信小程序| +|duration |number |视频长度 |微信小程序、App、H5| +|size |number |视频大小,单位 kB |微信小程序、App、H5| +|height |number |视频的长,单位 px |微信小程序、App、H5| +|width |number |视频的宽,单位 px |微信小程序、App、H5| +|fps |number |视频帧率 |微信小程序、App| +|bitrate |number |视频码率,单位 kbps|微信小程序| **res.orientation参数说明** -- GitLab