---
title: AVMediaPresentationSelector
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avmediapresentationselector
---

# AVMediaPresentationSelector

For content that has been authored with the express intent of offering an alternative selection interface for AVMediaSelectionOptions, AVMediaPresentationSelector represents a collection of mutually exclusive settings.

## Declaration

```swift
class AVMediaPresentationSelector
```

## Overview

Overview Subclasses of this type that are used from Swift must fulfill the requirements of a Sendable type.

## Topics

### Identifying the selector

- [identifier](avfoundation/avmediapresentationselector/identifier.md)
- [displayName(forLocaleIdentifier:)](avfoundation/avmediapresentationselector/displayname(forlocaleidentifier:).md)

### Accessing settings

- [settings](avfoundation/avmediapresentationselector/settings.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)
- [AVMediaPresentationSetting](avfoundation/avmediapresentationsetting.md)
