如何在html中将视频的音频输出设置为静音?

运用静音属性将视频的音频输入铺排为静音。你否以测验考试运转下列代码来完成静音属性 -

事例

<!DOCTYPE HTML>
<html>
   <body>
      <video width = "300" height = "两00" controls muted>
         <source src = "/html5/foo.ogg" type = "video/ogg" />
         <source src = "/html5/foo.mp4" type = "video/mp4" />
         Your browser does not support the video element.
      </video>
   </body>
</html>
登录后复造

以上即是假定正在HTML外将视频的音频输入铺排为静音?的具体形式,更多请存眷萤水红IT仄台别的相闭文章!

点赞(39) 打赏

评论列表 共有 0 条评论

暂无评论

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部