https://developers.weixin.qq.com/miniprogram/dev/component/audio.html
audio 音频组件
camera 相机组件
image 图片组件
live-player 实时音视频播放组件(直播客服)
live-pusher 实时音视频录制组件,也多用于直播、网上授课
video 视频组件 用于视频播放
voip-room 多人音视频通话,可以用于视频会议
1、image组件
https://developers.weixin.qq.com/miniprogram/dev/component/image.html
用来显示图片,支持多种格式jpg/png/svg/webp/gif等
2、camera组件
https://developers.weixin.qq.com/miniprogram/dev/component/camera.html
一个页面只能放一个该组件,相机图像分辨率无法更改
mode属性模式默认为normal 表示拍照模式
scanCode 表示扫码模式
3、audio组件
音频组件请使用 wx.createInnerAudioContext 代替
https://developers.weixin.qq.com/miniprogram/dev/component/audio.html
4、video视频组件
与wx.createVideoContext接口组合使用
https://developers.weixin.qq.com/miniprogram/dev/component/video.html