isCinematic(asset:)
Determines if the asset is Cinematic asynchronously.
Declaration
class func isCinematic(asset: AVAsset) async -> BoolParameters
- asset:
The asset of interest.
Return Value
A flag that indicates whether the asset is Cinematic.
Determines if the asset is Cinematic asynchronously.
class func isCinematic(asset: AVAsset) async -> BoolThe asset of interest.
A flag that indicates whether the asset is Cinematic.