Contents

kAudioUnitProperty_LastRenderError

A read-only OSStatus value valid on the audio unit global scope.

Declaration

var kAudioUnitProperty_LastRenderError: AudioUnitPropertyID { get }

Discussion

This property is set if a call to the AudioUnitRender(_:_:_:_:_:_:) function returns an error. To be notified of errors, register a callback function as a property listener using the AudioUnitAddPropertyListener(_:_:_:_:) function.

See Also

Properties