is_playing()
- 1 Minute to read
is_playing()
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback
Arguments
None
Return
Type | Description |
---|---|
bool | True if a sound is being played. |
Usage example
playing = self.sound.is_playing()
Was this article helpful?