pub type AVAudioNodeBus = NSUInteger;Available on crate feature
AVAudioTypes only.Expand description
The index of a bus on an AVAudioNode.
AVAudioNode objects potentially have multiple input and/or output busses. AVAudioNodeBus represents a bus as a zero-based index.
See also Appleās documentation