MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / ASIOCanSampleRate

Function ASIOCanSampleRate

ThirdParty/ASIO/common/asio.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154ASIOError ASIOCanSampleRate(ASIOSampleRate sampleRate)
155{
156 if(!theAsioDriver)
157 return ASE_NotPresent;
158 return theAsioDriver->canSampleRate(sampleRate);
159}
160
161ASIOError ASIOGetSampleRate(ASIOSampleRate *currentRate)
162{

Callers

nothing calls this directly

Calls 1

canSampleRateMethod · 0.80

Tested by

no test coverage detected