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

Method getFramesPerBlock

src/cinder/audio/Device.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136size_t Device::getFramesPerBlock()
137{
138 if( ! mFramesPerBlock )
139 mFramesPerBlock = Context::deviceManager()->getFramesPerBlock( shared_from_this() );
140
141 return mFramesPerBlock;
142}
143
144void Device::updateFormat( const Format &format )
145{

Callers 2

updateFormatMethod · 0.45
printDevicesToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected