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

Method set

include/WaveUnmanaged.hpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165protected:
166 void set(const ::Wave& wave) {
167 frameCount = wave.frameCount;
168 sampleRate = wave.sampleRate;
169 sampleSize = wave.sampleSize;
170 channels = wave.channels;
171 data = wave.data;
172 }
173};
174} // namespace raylib
175

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected