pub unsafe extern "C" fn AAudioStream_getBufferSizeInFrames(
stream: *mut AAudioStream,
) -> i32Expand description
Query the maximum number of frames that can be filled without blocking.
Available since API level 26.
Stream reference provided by AAudioStreamBuilder_openStream()