Contents

AVAudioEngineManualRenderingStatus.insufficientDataFromInputNode

A condition that occurs when the input node doesn’t return enough input data to satisfy the render request at the time of the request.

Declaration

case insufficientDataFromInputNode

Discussion

This status only applies to the input node when it provides input data for rendering. The output buffer may contain rendered data from other active sources in the engine’s processing graph. See setManualRenderingInputPCMFormat(_:inputBlock:).

See Also

Constants