MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SEND_STRM_LOAD

Method SEND_STRM_LOAD

music/streamer.cpp:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255// THESE FUNCTIONS SEND EVENTS TO THE STREAM EASILY
256
257void oms_stream::SEND_STRM_LOAD(const char *fname) {
258 oms_q_evt evt;
259
260 evt.cmd = OMS_STRM_LOAD;
261 evt.parm.p = (void *)fname;
262 m_q.send(evt);
263}
264
265void oms_stream::SEND_STRM_FADEOUT(float time) {
266 oms_q_evt evt;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected