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

Method Close

include/AudioDevice.hpp:50–50  ·  view source on GitHub ↗

* Close the audio device and context. */

Source from the content-addressed store, hash-verified

48 * Close the audio device and context.
49 */
50 static void Close() { ::CloseAudioDevice(); }
51
52 /**
53 * Check if audio device has been initialized successfully.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected