<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioEngineManualRenderingStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioEngineManualRenderingStatus"
  },
  "title" : "AVAudioEngineManualRenderingStatus"
}
-->

# AVAudioEngineManualRenderingStatus

Status codes that return from the render call to the engine operating in manual rendering mode.

```
enum AVAudioEngineManualRenderingStatus
```

## Topics

### Constants

[`AVAudioEngineManualRenderingStatus.error`](/documentation/AVFAudio/AVAudioEngineManualRenderingStatus/error)

A problem that occurs during rendering and results in no data returning.

[`AVAudioEngineManualRenderingStatus.success`](/documentation/AVFAudio/AVAudioEngineManualRenderingStatus/success)

A status that indicates the successful return of the requested data.

[`AVAudioEngineManualRenderingStatus.insufficientDataFromInputNode`](/documentation/AVFAudio/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.

[`AVAudioEngineManualRenderingStatus.cannotDoInCurrentContext`](/documentation/AVFAudio/AVAudioEngineManualRenderingStatus/cannotDoInCurrentContext)

An operation that the system can’t perform under the current conditions.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)