Type Reason Java.Lang.IllegalStateException
Stops playing the audio data. When used on an instance created in AudioTrack.MODE_STREAM mode, audio will stop playing after the last buffer that was written has been played. For an immediate stop, use AudioTrack.Pause, followed by AudioTrack.Flush to discard audio data that hasn't been played back yet.