---
title: suppressesPlayerRendering
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemoutput/suppressesplayerrendering
---

# suppressesPlayerRendering

A Boolean value that indicates whether the player object renders the receiver’s output.

## Declaration

```swift
var suppressesPlayerRendering: Bool { get set }
```

## Discussion

Discussion When the value of this property is false (the default), the player object handles the rendering of the receiver’s associated output. Change the value of this property to true to suppress the rendering of the media data associated with this object.
