Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ SEND_STRM_FADEIN
Method
SEND_STRM_FADEIN
music/streamer.cpp:273–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void oms_stream::SEND_STRM_FADEIN(float time) {
274
oms_q_evt evt;
275
276
evt.cmd = OMS_STRM_FADEIN;
277
evt.parm.f = time;
278
m_q.send(evt);
279
}
280
281
void oms_stream::SEND_STRM_STOP() {
282
oms_q_evt evt;
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected