* Check if music is playing. */
| 151 | * Check if music is playing. |
| 152 | */ |
| 153 | RLCPP_NODISCARD bool IsPlaying() const { return ::IsMusicStreamPlaying(*this); } |
| 154 | |
| 155 | /** |
| 156 | * Set volume for music. |
nothing calls this directly
no outgoing calls
no test coverage detected