setVolume abstract method
- int volume
Set mediaplayer volume. Both the local play volume and the publish volume are set.
volume
The range is 0 ~ 200. The default is 60.
Implementation
Future<void> setVolume(int volume);
Set mediaplayer volume. Both the local play volume and the publish volume are set.
volume
The range is 0 ~ 200. The default is 60.Future<void> setVolume(int volume);