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

Method getFramesPerBlockHardware

src/cinder/audio/android/DeviceManagerOpenSl.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152size_t DeviceManagerOpenSl::getFramesPerBlockHardware( const DeviceRef &device )
153{
154 return mJniImpl->getFramesPerBlock();
155}
156
157void DeviceManagerOpenSl::setSampleRate( const DeviceRef &device, size_t sampleRate )
158{

Callers

nothing calls this directly

Calls 1

getFramesPerBlockMethod · 0.45

Tested by

no test coverage detected