Contents

AVAudioEngineManualRenderingMode.realtime

An engine that operates under real-time constraints and doesn’t make blocking calls while rendering.

Declaration

case realtime

Discussion

You can only use the block-based render mechanism in this mode. See manualRenderingBlock.

See Also

Constants