getVolumeOfEffect abstract method

Future<int> getVolumeOfEffect(
  1. int soundId
)

Gets the volume of a specified audio effect file.

  • soundId The ID of the audio effect file.

Returns ≥ 0: Returns the volume of the specified audio effect, if the method call is successful. The value ranges between 0 and 100. 100 represents the original volume. < 0: Failure.

Implementation

Future<int> getVolumeOfEffect(int soundId);