Function AAudioStream_read

Source
pub unsafe extern "C" fn AAudioStream_read(
    stream: *mut AAudioStream,
    buffer: *mut c_void,
    numFrames: i32,
    timeoutNanoseconds: i64,
) -> aaudio_result_t