setPlayVolumeAll abstract method

Future<void> setPlayVolumeAll(
  1. int volume
)

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.

  • volume Volume.
    Value range: The range is 0 ~ 200.
    Default value: The default is 100.

Implementation

Future<void> setPlayVolumeAll(int volume);