Contents

kAudioUnitProperty_CPULoad

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

Declaration

var kAudioUnitProperty_CPULoad: AudioUnitPropertyID { get }

Discussion

The proportion of time that an audio unit is devoting to audio rendering. The value ranges from 0.0 (the audio unit is spending no time rendering) through 1.0 (the audio unit is spending all of its time rendering).

See Also

Properties