---
title: enablePostProcessing
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avvideocompositioninstructionprotocol/enablepostprocessing
---

# enablePostProcessing

A Boolean value that indicates whether the composition enables post-processing.

## Declaration

```swift
var enablePostProcessing: Bool { get }
```

## Discussion

Discussion A value of false indicates to skip post-processing for the duration of the instruction.
