Returns true if the source is stopped.
| 426 | |
| 427 | /// Returns true if the source is stopped. |
| 428 | bool isStopped() const { return getStatus() == SFXStatusStopped; } |
| 429 | |
| 430 | /// Returns true if the source has been paused. |
| 431 | bool isPaused() const { return getStatus() == SFXStatusPaused; } |
no outgoing calls
no test coverage detected