getDeviceLatencyMs method

double getDeviceLatencyMs()

Implementation

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