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

Method SEND_STRM_SWITCH

music/streamer.cpp:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void oms_stream::SEND_STRM_SWITCH(bool *switch_flag) {
307 oms_q_evt evt;
308 evt.cmd = OMS_STRM_SWITCH;
309 evt.parm.p = (void *)switch_flag;
310 m_q.send(evt);
311}
312
313void oms_stream::SEND_STRM_NEXT(const char *fname, float vol, uint8_t count, bool *switch_flag) {
314 oms_q_evt evt;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected