Video muted 属性用于设置或返回视频的音频输出是否应静音。
句法:
- 返回静音属性:
videoObject.muted
- 设置静音属性:
videoObject.muted = true|false
属性值:
- true|false:用于指定视频的音频输出是否静音。
返回:如果视频的音频输出被静音,则 Video muted 属性返回布尔值 true,否则返回 false。
下面的程序说明了视频静音属性:
示例:关闭视频的声音。
HTML | DOM Video muted Property
GeeksforGeeks
Video muted Property
For muting the videos, double
click the "Enable Mute" button.
For returning the mute status of the
video, double click the "Return Mute
Status" button.
输出:
支持的浏览器: HTML支持的浏览器 | DOM Video muted 属性如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果Safari