HTMLMediaElement.muted
The HTMLMediaElement.muted indicates whether the media
element muted.
Value
A boolean value. true means muted and false means
not muted.
Examples
var obj = document.createElement('video');
console.log(obj.muted); // false
Specifications
| Specification |
|---|
| HTML Standard # dom-media-muted-dev |
Browser compatibility
BCD tables only load in the browser
See also
- The interface defining it,
HTMLMediaElement. HTMLMediaElement.defaultMutedHTMLMediaElement.volume