百度智能小程序 VideoContext

2020-09-05 14:19 更新

VideoContext

解釋?zhuān)?swan.createVideoContext 的返回值

屬性說(shuō)明

屬性名 說(shuō)明
VideoContext.play 播放
VideoContext.pause 暫停
VideoContext.seek 跳轉(zhuǎn)到指定位置(單位:s)
VideoContext.sendDanmu 發(fā)送彈幕
VideoContext.requestFullScreen 按設(shè)置的視頻全屏方向進(jìn)入全屏
VideoContext.exitFullScreen 退出全屏
VideoContext.showStatusBar 顯示狀態(tài)欄
VideoContext.hideStatusBar 隱藏狀態(tài)欄
VideoContext.stop 停止播放視頻
VideoContext.playbackRate 倍速播放視頻

示例 

在開(kāi)發(fā)者工具中打開(kāi)



圖片示例

代碼示例

<view class="wrap">
    <video id="myVideo" enable-danmu="true" src="https://b.bdstatic.com/swan-temp/940fe716b0eaad38f47b209d61657490.mp4" rel="external nofollow" ></video>
    <button type="primary" bindtap="play">play</button>
    <button type="primary" bindtap="stop">stop</button>
    <button type="primary" bindtap="pause">pause</button>
    <button type="primary" bindtap="seek">seek</button>
    <button type="primary" bindtap="sendDanmu">sendDanmu</button>
    <button type="primary" bindtap="fullScreen">requestFullScreen</button>
    <button type="primary" data-set="0.75" bindtap="playbackRate">點(diǎn)擊0.75倍速播放</button>
    <button type="primary" data-set="1.0" bindtap="playbackRate">點(diǎn)擊1.0倍速播放</button>
    <button type="primary" data-set="1.25" bindtap="playbackRate">點(diǎn)擊1.25倍速播放</button>
    <button type="primary" data-set="1.5" bindtap="playbackRate">點(diǎn)擊1.5倍速播放</button>
    <button type="primary" data-set="2.0" bindtap="playbackRate">點(diǎn)擊2.0倍速播放</button>
</view>

錯(cuò)誤碼

Android

錯(cuò)誤碼 說(shuō)明

202

解析失敗,請(qǐng)檢查參數(shù)是否正確

1001

執(zhí)行失敗

iOS

錯(cuò)誤碼 說(shuō)明

202

解析失敗,請(qǐng)檢查參數(shù)是否正確


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)