This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

See also

Related pages

  • mediamedia
  • audio
  • audio
  • video element
  • video object

Attributions