<!--
{
  "availability" : [
    "iOS: 8.0.0 - 27.0.0",
    "iPadOS: 8.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "macOS: 10.10.0 - 27.0.0",
    "tvOS: 10.2.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 1.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVQueuedSampleBufferRenderingStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVQueuedSampleBufferRenderingStatus"
  },
  "title" : "AVQueuedSampleBufferRenderingStatus"
}
-->

# AVQueuedSampleBufferRenderingStatus

The statuses for sample buffer rendering.

```
enum AVQueuedSampleBufferRenderingStatus
```

## Topics

### Status values

[`AVQueuedSampleBufferRenderingStatus.unknown`](/documentation/AVFoundation/AVQueuedSampleBufferRenderingStatus/unknown)

The object doesn’t have any sample buffers enqueued.

[`AVQueuedSampleBufferRenderingStatus.rendering`](/documentation/AVFoundation/AVQueuedSampleBufferRenderingStatus/rendering)

The object is rendering the sample buffer.

[`AVQueuedSampleBufferRenderingStatus.failed`](/documentation/AVFoundation/AVQueuedSampleBufferRenderingStatus/failed)

The object can no longer render sample buffers because of an error.



---

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)