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

Method set

include/AudioStreamUnmanaged.hpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187protected:
188 void set(const ::AudioStream& stream) {
189 buffer = stream.buffer;
190 processor = stream.processor;
191 sampleRate = stream.sampleRate;
192 sampleSize = stream.sampleSize;
193 channels = stream.channels;
194 }
195};
196} // namespace raylib
197

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected