stop abstract method
- int audioEffectID
Stop playing audio effect.
Available since: 1.16.0
Description: Stop playing the specified audio effect audioEffectID
.
When to call: The specified audioEffectID
is start.
Restrictions: None.
audioEffectID
ID for the audio effect.
Implementation
Future<void> stop(int audioEffectID);