---
title: volume
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/htmlmediaelement/1631549-volume
---

# volume

The volume of the audio portion of the media element.

## Declaration

```data
attribute double volume;
```

## Discussion

Discussion The value of this property must be in the range from 0.0 (silent) to 1.0 (loudest); otherwise, a INDEX_SIZE_ERR DOM exception is raised. The default value is 1.0.

## See Also

### Getting and Setting Properties

- [autoplay](webkitjs/htmlmediaelement/1629662-autoplay.md)
- [controls](webkitjs/htmlmediaelement/1631980-controls.md)
- [currentTime](webkitjs/htmlmediaelement/1631307-currenttime.md)
- [defaultPlaybackRate](webkitjs/htmlmediaelement/1631650-defaultplaybackrate.md)
- [loop](webkitjs/htmlmediaelement/1633760-loop.md)
- [muted](webkitjs/htmlmediaelement/1630580-muted.md)
- [playbackRate](webkitjs/htmlmediaelement/1629746-playbackrate.md)
- [preload](webkitjs/htmlmediaelement/1633059-preload.md)
- [src](webkitjs/htmlmediaelement/1629312-src.md)
