isPlaying method

bool isPlaying()

Implementation

bool isPlaying() {
  return this._isPlaying;
}