---
title: data
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmovie/data
---

# data

A data object that contains the movie file’s data.

## Declaration

```swift
var data: Data? { get }
```

## Discussion

Discussion The value is nil if you didn’t initialize the movie with data.

## See Also

### Accessing movie information

- [url](avfoundation/avmovie/url.md)
