Contents

unitRenderAction_OutputIsSilence

This flag can be set in a render input callback (or in the audio unit’s render operation itself) and is used to indicate that the render buffer contains only silence. It can then be used by the caller as a hint to whether the buffer needs to be processed or not.

Declaration

static var unitRenderAction_OutputIsSilence: AudioUnitRenderActionFlags { get }

See Also

Constants