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

Method AudioStream

include/AudioStream.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 using AudioStreamUnmanaged::AudioStreamUnmanaged;
17
18 AudioStream(const AudioStream&) = delete;
19 AudioStream& operator=(const AudioStream&) = delete;
20
21 AudioStream(AudioStream&& other) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected