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

Method getSampleRate

src/cinder/audio/Device.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128size_t Device::getSampleRate()
129{
130 if( ! mSampleRate )
131 mSampleRate = Context::deviceManager()->getSampleRate( shared_from_this() );
132
133 return mSampleRate;
134}
135
136size_t Device::getFramesPerBlock()
137{

Callers 2

updateFormatMethod · 0.45
printDevicesToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected