---
title: INSupportedMediaCategories
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/insupportedmediacategories
---

# INSupportedMediaCategories

Types of media supported by your app’s media-playing intents.

## Possible Values

INMediaCategoryAudiobooks: Audiobooks INMediaCategoryMusic: Music INMediaCategoryGeneral: General INMediaCategoryPodcasts: Podcasts INMediaCategoryRadio: Radio

## Discussion

Discussion Specify one or more media categories to allow Siri to invoke your app’s intent handling when a user asks to play media. Use INMediaCategoryGeneral for media that doesn’t fit into any of the other categories, like white noise or sound effects. To specify this information in Xcode, add INPlayMediaIntent to your app’s list of Supported Intents. Then select the relevant media types in the list that appears.

## See Also

### Intents

- [INIntentsSupported](bundleresources/information-property-list/inintentssupported.md)
- [INIntentsRestrictedWhileLocked](bundleresources/information-property-list/inintentsrestrictedwhilelocked.md)
- [INIntentsRestrictedWhileProtectedDataUnavailable](bundleresources/information-property-list/inintentsrestrictedwhileprotecteddataunavailable.md)
- [NSFocusStatusUsageDescription](bundleresources/information-property-list/nsfocusstatususagedescription.md)
