MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setLoopPoint

Method setLoopPoint

Source/Node/AudioSource.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void AudioSource::setLoopPoint(double loopStartTime) {
255 _loopStartTime = loopStartTime;
256 if (_handle != 0 && _loopStartTime > 0) {
257 SharedAudio.getSoLoud()->setLoopPoint(_handle, loopStartTime);
258 }
259}
260
261void AudioSource::setProtected(bool var) {
262 _protected = var;

Callers 5

playBackgroundMethod · 0.45
playMethod · 0.45
play3DMethod · 0.45

Calls 1

getSoLoudMethod · 0.80

Tested by

no test coverage detected