Video defaultMuted 属性用于设置或返回视频是否应默认静音。
Video defaultMuted 属性不能改变当前的静音状态,它只影响默认的静音状态。
句法:
- 返回 defaultMuted 属性:
videoObject.defaultMuted
- 设置 defaultMuted 属性:
videoObject.defaultMuted = true|false
属性值:
- true|false:用于指定视频是否默认静音。
下面的程序说明了 Video deafultMuted 属性:
示例:设置视频默认静音。
HTML | DOM Video defaultMuted Property
GeeksforGeeks
Video defaultMuted Property
For muting the video by default,
double click the "Mute by default" button.
输出:
支持的浏览器: HTML支持的浏览器 | DOM Video defaultMuted 属性列举如下:
- 谷歌浏览器
- 火狐
- 歌剧
- 苹果Safari