[][src]Function oboe_sys::oboe_LatencyTuner_tune

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

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