Contents

AudioObjectPropertyScope

Declaration

typealias AudioObjectPropertyScope = UInt32

Discussion

An AudioObjectPropertyScope is a four char code that identifies, along with the AudioObjectPropertySelector and AudioObjectPropertyElement, a specific piece of information about an AudioObject.

The scope specifies the section of the object in which to look for the property, such as input, output, global, etc. Note that each class has a different set of scopes. A subclass inherits its superclass’s set of scopes.

See Also

Data Types