MCPcopy 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
115double AudioInstance::totalTime() const {
116 return m_audio.totalTime();
117}
118
119void AudioInstance::seekTime(double time) {
120 m_audio.seekTime(time);

Callers 1

postProcessAudioMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected