---
title: processedFileType
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotosettings/processedfiletype
---

# processedFileType

The container file format for eventual output of the processed image.

## Declaration

```swift
var processedFileType: AVFileType? { get }
```

## Discussion

Discussion You specify a file format when creating capture settings with the init(rawPixelFormatType:rawFileType:processedFormat:processedFileType:) initializer. If you didn’t specify a file format, this value is nil, and the photo output automatically chooses a default file format appropriate to the format property.

## See Also

### Inspecting settings

- [uniqueID](avfoundation/avcapturephotosettings/uniqueid.md)
- [format](avfoundation/avcapturephotosettings/format.md)
- [rawFileType](avfoundation/avcapturephotosettings/rawfiletype.md)
- [rawPhotoPixelFormatType](avfoundation/avcapturephotosettings/rawphotopixelformattype.md)
