<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMediaSelectionGroup/playableMediaSelectionOptions(from:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVMediaSelectionGroup(cm)playableMediaSelectionOptionsFromArray:"
  },
  "title" : "playableMediaSelectionOptions(from:)"
}
-->

# playableMediaSelectionOptions(from:)

Returns an array containing the media selection options from a given array that are playable.

```
class func playableMediaSelectionOptions(from mediaSelectionOptions: [AVMediaSelectionOption]) -> [AVMediaSelectionOption]
```

## Parameters

`mediaSelectionOptions`

An array of [`AVMediaSelectionOption`](/documentation/AVFoundation/AVMediaSelectionOption) objects to be filtered by playability.

## Return Value

An array containing the media selection options from `array` that are playable.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)