---
title: mediaFiles
framework: imagecapturecore
role: symbol
role_heading: Instance Property
path: imagecapturecore/iccameradevice/mediafiles
---

# mediaFiles

All image, movie and audio files stored on the camera, without regard to the camera’s storage folder structure.

## Declaration

```swift
var mediaFiles: [ICCameraItem]? { get }
```

## See Also

### Reading Files

- [contents](imagecapturecore/iccameradevice/contents.md)
- [contentCatalogPercentCompleted](imagecapturecore/iccameradevice/contentcatalogpercentcompleted.md)
- [files(ofType:)](imagecapturecore/iccameradevice/files(oftype:).md)
- [requestReadData(from:atOffset:length:readDelegate:didReadDataSelector:contextInfo:)](imagecapturecore/iccameradevice/requestreaddata(from:atoffset:length:readdelegate:didreaddataselector:contextinfo:).md)
