pub unsafe extern "C" fn oboe_LatencyTuner_tune(
    this: *mut oboe_LatencyTuner
) -> oboe_Result
Expand description

Adjust the bufferSizeInFrames to optimize latency. It will start with a low latency and then raise it if an underrun occurs.

Latency tuning is only supported for AAudio.

@return OK or negative error, ErrorUnimplemented for OpenSL ES