AudioUnitScope

Type Alias AudioUnitScope 

Source
pub type AudioUnitScope = u32;
Available on crate feature AUComponent only.
Expand description

Type used for audio unit scopes. Apple reserves the 0 < 1024 range for audio unit scope identifiers. Scopes are used to delineate a major attribute of an audio unit (for instance, global, input, output)

See also Apple’s documentation