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

Method IsProcessed

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

* Check if any audio stream buffers require refill. */

Source from the content-addressed store, hash-verified

88 * Check if any audio stream buffers require refill.
89 */
90 RLCPP_NODISCARD bool IsProcessed() const { return ::IsAudioStreamProcessed(*this); }
91
92 /**
93 * Play audio stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected