MCPcopy 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
66void SamplePlayerNode::setLoopBegin( size_t positionFrames )
67{
68 mLoopBegin = positionFrames < mLoopEnd ? positionFrames : mLoopEnd.load();
69}
70
71void SamplePlayerNode::setLoopEnd( size_t positionFrames )
72{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected