---
title: videoEnabled
framework: Professional Video Applications
role: symbol
role_heading: Instance Property
platforms: [provideo encoder extensions 1.0+]
path: professional_video_applications/compressorextensionsettings/videoenabled
---

# videoEnabled

A Boolean value that indicates whether video is enabled for the source media.

## Declaration

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

## Discussion

Discussion The Compressor app sets this value based on the source media attributes. Use this value to specify the kCEVideoEnabledKey.

## See Also

### Configuring Extension Settings

- [setSettingsString(_:)](professional_video_applications/compressorextensionsettings/setsettingsstring(_:).md)
- [audioEnabled](professional_video_applications/compressorextensionsettings/audioenabled.md)
- [CompressorExtensionSettingsPtr](professional_video_applications/compressorextensionsettingsptr.md)
