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

Method Export

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

* Export wave data to file, returns true on success. */

Source from the content-addressed store, hash-verified

139 * Export wave data to file, returns true on success.
140 */
141 bool Export(const std::string& fileName) { return ::ExportWave(*this, fileName.c_str()); }
142
143 /**
144 * Export wave sample data to code (.h), returns true on success.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected