setVolume()
Dart API: setVolume()arrow-up-right.
The parameter is a floating point number between 0 and 1. Volume can be changed when player is running. Manage this after player starts.
Example:
Dart
Javascript
await myPlayer.setVolume(0.1);
Lorem ipsum ...
</div>
Last updated 5 years ago
Was this helpful?