pub unsafe extern "C" fn oboe_AudioStream_pause(
    this: *mut c_void,
    timeoutNanoseconds: i64
) -> oboe_Result
Expand description

Pause the stream. This will block until the stream has been paused, an error occurs or timeoutNanoseconds has been reached.