---
title: movie
framework: uniformtypeidentifiers
role: symbol
role_heading: Type Property
path: uniformtypeidentifiers/uttype-swift.struct/movie
---

# movie

A base type representing media formats that may contain both video and audio.

## Declaration

```swift
static var movie: UTType { get }
```

## Discussion

Discussion This type corresponds to what users would label a “movie”. The identifier for this type is public.movie. This type conforms to UTTypeAudiovisualContent.

## See Also

### Image, audio, and video base types

- [image](uniformtypeidentifiers/uttype-swift.struct/image.md)
- [audio](uniformtypeidentifiers/uttype-swift.struct/audio.md)
- [audiovisualContent](uniformtypeidentifiers/uttype-swift.struct/audiovisualcontent.md)
- [video](uniformtypeidentifiers/uttype-swift.struct/video.md)
