MCPcopy Create free account
hub / github.com/cinder/Cinder / getLoopEndTime

Method getLoopEndTime

src/cinder/audio/SamplePlayerNode.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104double SamplePlayerNode::getLoopEndTime() const
105{
106 return (double)mLoopEnd / (double)getSampleRate();
107}
108
109double SamplePlayerNode::getNumSeconds() const
110{

Callers 2

setupFilePlayerNodeMethod · 0.80
updateUIMethod · 0.80

Calls 1

getSampleRateFunction · 0.50

Tested by 2

setupFilePlayerNodeMethod · 0.64
updateUIMethod · 0.64