<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureMetadataOutput/requiredMetadataObjectTypesForCinematicVideoCapture",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureMetadataOutput(py)requiredMetadataObjectTypesForCinematicVideoCapture"
  },
  "title" : "requiredMetadataObjectTypesForCinematicVideoCapture"
}
-->

# requiredMetadataObjectTypesForCinematicVideoCapture

The required metadata object types when Cinematic Video capture is enabled.

```
var requiredMetadataObjectTypesForCinematicVideoCapture: [AVMetadataObject.ObjectType] { get }
```

## Discussion

Since the Cinematic Video algorithm requires a particular set of metadata objects to function optimally, you must set your [`metadataObjectTypes`](/documentation/AVFoundation/AVCaptureMetadataOutput/metadataObjectTypes) property to this property’s returned value if you’ve set [`isCinematicVideoCaptureEnabled`](/documentation/AVFoundation/AVCaptureDeviceInput/isCinematicVideoCaptureEnabled) to `true` on the connected device input, otherwise an `NSInvalidArgumentException` is thrown.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)