📜  HTML | DOM 视频静音属性

📅  最后修改于: 2021-11-08 02:21:15             🧑  作者: Mango

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