MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setClockStart

Method setClockStart

source/base/StarMixer.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void AudioInstance::setClockStart(Maybe<int64_t> clockStartTime) {
134 MutexLocker locker(m_mutex);
135 m_clockStart = clockStartTime;
136}
137
138void AudioInstance::setClockStop(Maybe<int64_t> clockStopTime, int64_t fadeOutTime) {
139 MutexLocker locker(m_mutex);

Callers 1

playbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected