maximumFramesToRender
The maximum number of frames that the audio unit can render at once.
Declaration
var maximumFramesToRender: AUAudioFrameCount { get set }Discussion
This must be set by the host before render resources are allocated. It cannot be changed while render resources are allocated.
This version 3 property is bridged to the version 2 kAudioUnitProperty_MaximumFramesPerSlice API.