Contents

kAudioUnitProperty_CocoaUI

A read-only AudioUnitCocoaViewInfo data structure valid on the audio unit global scope.

Declaration

var kAudioUnitProperty_CocoaUI: AudioUnitPropertyID { get }

Mentioned in

Discussion

An audio unit’s custom Cocoa views. You can determine the number of views an audio unit provides by querying the size of this property. Typically, audio units provide just one view.

See Also

Properties