---
title: AVMediaPresentationSetting
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avmediapresentationsetting
---

# AVMediaPresentationSetting

For content that has been authored with the express intent of offering an alternative selection interface for AVMediaSelectionOptions, AVMediaPresentationSetting represents a selectable setting for controlling the presentation of the media.

## Declaration

```swift
class AVMediaPresentationSetting
```

## Overview

Overview Each selectable setting is associated with a media characteristic that one or more of the AVMediaSelectionOptions in the AVMediaSelectionGroup possesses. By selecting a setting in a user interface that offers AVMediaPresentationSettings, users are essentially indicating a preference for the media characteristic of the selected setting. Subclasses of this type that are used from Swift must fulfill the requirements of a Sendable type.

## Topics

### Identifying the setting

- [mediaCharacteristic](avfoundation/avmediapresentationsetting/mediacharacteristic.md)
- [displayName(forLocaleIdentifier:)](avfoundation/avmediapresentationsetting/displayname(forlocaleidentifier:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Media selection

- [Selecting subtitles and alternative audio tracks](avfoundation/selecting-subtitles-and-alternative-audio-tracks.md)
- [AVMediaSelection](avfoundation/avmediaselection.md)
- [AVMediaSelectionGroup](avfoundation/avmediaselectiongroup.md)
- [AVMediaSelectionOption](avfoundation/avmediaselectionoption.md)
- [AVMutableMediaSelection](avfoundation/avmutablemediaselection.md)
- [AVPlayerMediaSelectionCriteria](avfoundation/avplayermediaselectioncriteria.md)
- [AVCustomMediaSelectionScheme](avfoundation/avcustommediaselectionscheme.md)
- [AVMediaPresentationSelector](avfoundation/avmediapresentationselector.md)
