pub unsafe extern "C" fn AAudioStream_getChannelCount(
stream: *mut AAudioStream,
) -> i32Expand description
A stream has one or more channels of data. A frame will contain one sample for each channel.
Available since API level 26.
ยงArguments
stream- reference provided by AAudioStreamBuilder_openStream()