LivePlayerContext

LivePlayerContext 实例,可通过 wx.createLivePlayerContext 获取。

LivePlayerContext 通过 id 跟一个 live-player 组件绑定,操作对应的 live-player 组件。

方法

LivePlayerContext.play()

播放

LivePlayerContext.stop()

停止

LivePlayerContext.mute()

静音

LivePlayerContext.pause()

暂停

LivePlayerContext.resume()

恢复

LivePlayerContext.requestFullScreen(Object object)

进入全屏

LivePlayerContext.exitFullScreen()

退出全屏

LivePlayerContext.snapshot()

截图

示例代码

在开发者工具中预览效果