AAudioStream_getBufferSizeInFrames

Function AAudioStream_getBufferSizeInFrames 

Source
pub unsafe extern "C" fn AAudioStream_getBufferSizeInFrames(
    stream: *mut AAudioStream,
) -> i32
Expand description

Query the maximum number of frames that can be filled without blocking.

Available since API level 26.

Stream reference provided by AAudioStreamBuilder_openStream()