pub unsafe extern "C" fn oboe_LatencyTuner_requestReset(
    this: *mut oboe_LatencyTuner
)
Expand description

This may be called from another thread. Then tune() will call reset(), which will lower the latency to the minimum and then allow it to rise back up if there are glitches.

This is typically called in response to a user decision to minimize latency. In other words, call this from a button handler.