Home
last modified time | relevance | path

Searched refs:lOutputLatency (Results 1 – 1 of 1) sorted by relevance

/dports/audio/jamulus/jamulus-r3_8_1/windows/
H A Dsound.cpp469 long lOutputLatency = 0; in Init() local
471 if ( ASIOGetLatencies ( &lInputLatency, &lOutputLatency ) != ASE_NotPresent ) in Init()
475 …fInOutLatencyMs = ( static_cast<float> ( lInputLatency ) + lOutputLatency ) * 1000 / SYSTEM_SAMPLE… in Init()