---
title: cinematicVideoMetadata
framework: AVFoundation
role: symbol
role_heading: Type Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+]
path: avfoundation/avmetadataobject/objecttype/cinematicvideometadata
---

# cinematicVideoMetadata

A constant that identifies Cinematic video metadata for post-capture Cinematic video editing.

## Declaration

```swift
static let cinematicVideoMetadata: AVMetadataObject.ObjectType
```

## Discussion

Discussion This metadata object type is only available when the source AVCaptureDevice’s activeFormat has AVCaptureDeviceFormat/isCinematicVideoMetadataCaptureSupported equal to true. It can therefore appear and disappear from availableMetadataObjectTypes as the active format changes; observers should not assume it is statically available for the lifetime of the session.
