AudioStatus getStatus();
AudioStatus getStatus();
Queries the current playback status.
AudioStatus: The playback status, they can be one of the following:
AudioStop: The playback has stopped.
AudioPause: The playback has paused and can be resumed.
AudioResume: The playback has resumed.
AudioEndOfFile: The playback has finished.
AudioCommonFailed: The playback has failed. For example, the audio file is corrupted.
LAudio.h