---
title: "isCinematic(asset:)"
framework: cinematic
role: symbol
role_heading: Type Method
path: "cinematic/cnassetinfo-2ata2/iscinematic(asset:)"
---

# isCinematic(asset:)

Determines if the asset is Cinematic asynchronously.

## Declaration

```swift
class func isCinematic(asset: AVAsset) async -> Bool
```

## Parameters

- `asset`: The asset of interest.

## Return Value

Return Value A flag that indicates whether the asset is Cinematic.
