Contents

volume

The volume of the audio portion of the media element.

Declaration

attribute double volume;

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