---
title: sampleBufferRenderer
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avsamplebufferdisplaylayer/samplebufferrenderer
---

# sampleBufferRenderer

An object that enqueues video sample buffers for rendering.

## Declaration

```swift
var sampleBufferRenderer: AVSampleBufferVideoRenderer { get }
```

## Discussion

Discussion This object allows you to safely enqueue sample buffers from a background thread.
