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

Method finished

source/base/StarMixer.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool AudioInstance::finished() const {
163 return m_finished;
164}
165
166Mixer::Mixer(unsigned sampleRate, unsigned channels) {
167 m_sampleRate = sampleRate;

Callers 15

updateAmbientMethod · 0.45
updateWeatherMethod · 0.45
updateMethod · 0.45
pullInteractActionsMethod · 0.45
playbackMethod · 0.45
renderSoundsMethod · 0.45
handleRpcResponsesMethod · 0.45
clearFinishedAudioMethod · 0.45
updateMethod · 0.45
pullNewAudiosMethod · 0.45
tickMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected