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

Method IsValid

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

* Retrieve whether or not the audio stream is ready. */

Source from the content-addressed store, hash-verified

183 * Retrieve whether or not the audio stream is ready.
184 */
185 RLCPP_NODISCARD bool IsValid() const { return ::IsAudioStreamValid(*this); }
186
187protected:
188 void set(const ::AudioStream& stream) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected