playing property

bool playing

Returns true if stream is not paused

This does not reflect actual player state. The sound may have been finished any moment before by reaching the end

Implementation

bool get playing => _playing;