Contents

kAudioUnitProperty_BypassEffect

A read/write UInt32 value, representing a Boolean value, valid on the audio unit global scope.

Declaration

var kAudioUnitProperty_BypassEffect: AudioUnitPropertyID { get }

Discussion

Indicates if an audio unit’s processing code is being bypassed (1) or not (0).

See Also

Properties