---
title: MPNowPlayingInfoMediaType
framework: mediaplayer
role: symbol
role_heading: Enumeration
path: mediaplayer/mpnowplayinginfomediatype
---

# MPNowPlayingInfoMediaType

The type of media currently playing.

## Declaration

```swift
enum MPNowPlayingInfoMediaType
```

## Topics

### Media types

- [MPNowPlayingInfoMediaType.none](mediaplayer/mpnowplayinginfomediatype/none.md)
- [MPNowPlayingInfoMediaType.audio](mediaplayer/mpnowplayinginfomediatype/audio.md)
- [MPNowPlayingInfoMediaType.video](mediaplayer/mpnowplayinginfomediatype/video.md)

### Initializers

- [init(rawValue:)](mediaplayer/mpnowplayinginfomediatype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Working with the default Now Playing info center

- [default()](mediaplayer/mpnowplayinginfocenter/default().md)
- [nowPlayingInfo](mediaplayer/mpnowplayinginfocenter/nowplayinginfo.md)
- [supportedAnimatedArtworkKeys](mediaplayer/mpnowplayinginfocenter/supportedanimatedartworkkeys.md)
