Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ seekTime
Method
seekTime
source/core/StarAudio.cpp:600–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
void Audio::seekTime(double time) {
601
if (m_uncompressed)
602
m_uncompressed->seekTime(time);
603
else
604
m_compressed->seekTime(time);
605
}
606
607
void Audio::seekSample(uint64_t pos) {
608
if (m_uncompressed)
Callers
1
renderSounds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected