---
title: status
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avsamplebuffervideorenderer/status
---

# status

A status value that indicates whether this object can enqueue and render sample buffers.

## Declaration

```swift
var status: AVQueuedSampleBufferRenderingStatus { get }
```

## Discussion

Discussion If the status is AVQueuedSampleBufferRenderingStatus.failed, check the value of the error property to determine the failure. To resume rendering sample buffers after a failure, you must first reset the status to AVQueuedSampleBufferRenderingStatus.unknown, which you do by invoking flush() on the video renderer. This property is key-value observable.

## See Also

### Inspecting the status

- [error](avfoundation/avsamplebuffervideorenderer/error.md)
