Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ setLoopBegin
Method
setLoopBegin
src/cinder/audio/SamplePlayerNode.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void SamplePlayerNode::setLoopBegin( size_t positionFrames )
67
{
68
mLoopBegin = positionFrames < mLoopEnd ? positionFrames : mLoopEnd.load();
69
}
70
71
void SamplePlayerNode::setLoopEnd( size_t positionFrames )
72
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected