<!--
{
  "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

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

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

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

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

[`AVAudioEngineManualRenderingStatusInsufficientDataFromInputNode`](/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.

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

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

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)