Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ SEND_STRM_STOP
Method
SEND_STRM_STOP
music/streamer.cpp:281–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
void oms_stream::SEND_STRM_STOP() {
282
oms_q_evt evt;
283
284
evt.cmd = OMS_STRM_STOP;
285
m_q.send(evt);
286
}
287
288
void oms_stream::SEND_STRM_PLAY(float vol, uint8_t count) {
289
oms_q_evt evt;
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected