Type Alias AVAudioChannelCount

Source
pub type AVAudioChannelCount = u32;
Available on crate feature AVAudioTypes only.
Expand description

A number of audio channels.

Rationale: making this a potentially larger-than-32-bit type like NSUInteger would open the door to a large set of runtime failures due to underlying implementations’ use of UInt32.

See also Apple’s documentation