Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ SEND_STRM_FADEOUT
Method
SEND_STRM_FADEOUT
music/streamer.cpp:265–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
void oms_stream::SEND_STRM_FADEOUT(float time) {
266
oms_q_evt evt;
267
268
evt.cmd = OMS_STRM_FADEOUT;
269
evt.parm.f = time;
270
m_q.send(evt);
271
}
272
273
void oms_stream::SEND_STRM_FADEIN(float time) {
274
oms_q_evt evt;
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected