VideoContext.playbackRate

2020-08-26 16:32 更新
最低支持基礎(chǔ)庫版本 3.120.2

解釋:倍速播放視頻

方法參數(shù)

Number rate倍率,當(dāng)前支持 0.75 / 1.0 / 1.25 / 1.5 / 2.0 倍速。

示例 

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


圖片示例

代碼示例

<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" data-set="0.75" bindtap="playbackRate">點擊0.75倍速播放</button>
    <button type="primary" data-set="1.0" bindtap="playbackRate">點擊1.0倍速播放</button>
    <button type="primary" data-set="1.25" bindtap="playbackRate">點擊1.25倍速播放</button>
    <button type="primary" data-set="1.5" bindtap="playbackRate">點擊1.5倍速播放</button>
    <button type="primary" data-set="2.0" bindtap="playbackRate">點擊2.0倍速播放</button>
</view>


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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號