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

# contents

All image, movie, and audio files stored on the camera, in an order that reflects the camera’s storage folder structure.

## Declaration

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

## See Also

### Reading Files

- [mediaFiles](imagecapturecore/iccameradevice/mediafiles.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)
