volume property
double
get
volume
The HTMLMediaElement.volume
property sets the volume at
which the media will be played.
Implementation
external double get volume;
set
volume
(num value)
Implementation
external set volume(num value);