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

Method setMixerGroup

source/base/StarMixer.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void AudioInstance::setMixerGroup(MixerGroup mixerGroup) {
129 MutexLocker locker(m_mutex);
130 m_mixerGroup = mixerGroup;
131}
132
133void AudioInstance::setClockStart(Maybe<int64_t> clockStartTime) {
134 MutexLocker locker(m_mutex);

Callers 4

playbackMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected