getDeviceLatencyMs method
Implementation
double getDeviceLatencyMs() {
if (_engine == ffi.nullptr) return 0.0;
return _getDeviceLatencyMs(_engine);
}
double getDeviceLatencyMs() {
if (_engine == ffi.nullptr) return 0.0;
return _getDeviceLatencyMs(_engine);
}