setPlayVolumeAll abstract method
Set local play volume for all audio effect.
Available since: 3.11.0
Description: Set local play volume for all audio effect.
When to call: It can be called after createAudioEffectPlayer.
Restrictions: None.
- volumeVolume.
 Value range: The range is 0 ~ 200.
 Default value: The default is 100.
Implementation
Future<void> setPlayVolumeAll(int volume);