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

Method ~AudioDevice

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

* Close the audio device and context. */

Source from the content-addressed store, hash-verified

31 * Close the audio device and context.
32 */
33 ~AudioDevice() { Close(); }
34
35 /**
36 * Initialize audio device and context.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected