Contents

AudioUnitScope

The data type for audio unit scope identifiers.

Declaration

typealias AudioUnitScope = UInt32

Discussion

An audio unit scope is a discrete, nonnestable programmatic context for an audio unit. The scopes for audio units are described in the Audio Unit Scopes enumeration.

Apple reserves audio unit scope identifiers from 0 through 1,024.

See Also

Audio Unit Types