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

Method Load

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

Source from the content-addressed store, hash-verified

44 ~AudioStream() { Unload(); }
45
46 void Load(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels = 2) {
47 Unload();
48 AudioStreamUnmanaged::Load(sampleRate, sampleSize, channels);
49 }
50};
51} // namespace raylib
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected