AAudioStream_getChannelCount

Function AAudioStream_getChannelCount 

Source
pub unsafe extern "C" fn AAudioStream_getChannelCount(
    stream: *mut AAudioStream,
) -> i32
Expand 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()