MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / IsPlaying

Method IsPlaying

include/AudioStreamUnmanaged.hpp:119–119  ·  view source on GitHub ↗

* Check if audio stream is playing. */

Source from the content-addressed store, hash-verified

117 * Check if audio stream is playing.
118 */
119 RLCPP_NODISCARD bool IsPlaying() const { return ::IsAudioStreamPlaying(*this); }
120
121 /**
122 * Stop audio stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected