Contents

kAudioUnitProperty_ElementCount

A read/write UInt32 value valid on any audio unit scope. The global audio unit scope always has an element count of 1.

Declaration

var kAudioUnitProperty_ElementCount: AudioUnitPropertyID { get }

Discussion

Most audio units implement this property as read-only, indicating that they use a fixed number of input and output buses. An audio unit implemented to support adding and removing buses implements this property as read/write.

See Also

Properties