VideoContext.sendDanmu
解释:发送弹幕。
方法参数
Object object
object 参数说明
参数名 | 类型 | 是否必填 | 默认值 | 说明 |
---|---|---|---|---|
text | String | 否 | 弹幕文字 | |
color | String | 否 | 弹幕颜色 |
示例
跳转编辑工具
扫码体验
代码示例
请使用百度APP扫码
图片示例
代码示例
- SWAN
- JS
<view class="wrap">
<video id="myVideo" enable-danmu="true" src="https://b.bdstatic.com/miniapp/development_tool/Smartprogram.mp4"></video>
<button type="primary" bindtap="sendDanmu">sendDanmu</button>
</view>