---
title: isSpatialVideoCaptureEnabled
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturemoviefileoutput/isspatialvideocaptureenabled
---

# isSpatialVideoCaptureEnabled

A Boolean value that indicates whether a movie file output captures spatial videos.

## Declaration

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

## Discussion

Discussion Spatial capture lets you record your favorite moments in 3D for playback on Apple Vision Pro. This feature isn’t supported on all devices, so you can only enable this property when isSpatialVideoCaptureSupported is true. The default value is false.

## See Also

### Enabling spatial capture

- [isSpatialVideoCaptureSupported](avfoundation/avcapturemoviefileoutput/isspatialvideocapturesupported.md)
