Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ totalTime
Method
totalTime
source/base/StarMixer.cpp:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
double AudioInstance::totalTime() const {
116
return m_audio.totalTime();
117
}
118
119
void AudioInstance::seekTime(double time) {
120
m_audio.seekTime(time);
Callers
1
postProcessAudio
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected