---
title: isProVideoStorageSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturemoviefileoutput/isprovideostoragesupported
---

# isProVideoStorageSupported

Whether this movie file output supports writing to Pro Video Storage in its current configuration.

## Declaration

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

## Discussion

Discussion A value of YES indicates that Pro Video Storage support is enabled for this output while NO indicates it is not. Check this value prior to setting property usesProVideoStorage to avoid exceptions when Pro Video Storage support is not enabled.
