volume
Property of dom/HTMLMediaElementdom/HTMLMediaElement
Syntax
var result = element.volume;
element.volume = value;
Notes
Remarks
Volume ranges do not need to be linear. When muted is applied, this property is ignored.
Syntax
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.10
See also
Related pages
- mediamedia
audio
audio
video element
video object
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]