<!--
{
  "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/AVAudioEngineManualRenderingError",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioEngineManualRenderingError"
  },
  "title" : "AVAudioEngineManualRenderingError"
}
-->

# AVAudioEngineManualRenderingError

Constants that describe error codes that the framework returns from manual rendering mode methods.

```
enum AVAudioEngineManualRenderingError
```

## Topics

### Manual Rendering Errors

[`AVAudioEngineManualRenderingError.initialized`](/documentation/AVFAudio/AVAudioEngineManualRenderingError/initialized)

An operation that the system can’t perform because the engine is still running.

[`AVAudioEngineManualRenderingError.invalidMode`](/documentation/AVFAudio/AVAudioEngineManualRenderingError/invalidMode)

An operation the system can’t perform because the engine isn’t in manual rendering mode or the right variant of it.

[`AVAudioEngineManualRenderingError.notRunning`](/documentation/AVFAudio/AVAudioEngineManualRenderingError/notRunning)

An operation the system can’t perform because the engine isn’t running.



---

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)