MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setPauseFlag

Method setPauseFlag

libs/JSystem/JAudio/System/JASTrack.cpp:847–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847void JASTrack::TChannelMgr::setPauseFlag(bool pause) {
848 for (int i = 0; i < 8; i++) {
849 if (mChannels[i] != NULL) {
850 mChannels[i]->setPauseFlag(pause);
851 }
852 }
853}

Callers 3

setChannelPauseFlagMethod · 0.45
updateDSPChannelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected