Contents

kAudioUnitProperty_InPlaceProcessing

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

Declaration

var kAudioUnitProperty_InPlaceProcessing: AudioUnitPropertyID { get }

Discussion

Indicates whether an audio unit can process input data directly within its input buffer (1) or not (0). You may want to disable in-place processing to allow your host application to manage the processing buffers.

See Also

Properties