Package apple.mediaplayer.enums
Class MPNowPlayingInfoMediaType
- java.lang.Object
-
- apple.mediaplayer.enums.MPNowPlayingInfoMediaType
-
public final class MPNowPlayingInfoMediaType extends java.lang.Object----------------------------------------------------------------------------- MPNowPlayingInfoCenter provides an interface for setting the current now playing information for the application. This information will be displayed wherever now playing information typically appears, such as the lock screen and app switcher. The now playing info dictionary contains a group of metadata properties for a now playing item. The list of property constants is available in. The properties which are currently supported include: MPMediaItemPropertyAlbumTitle MPMediaItemPropertyAlbumTrackCount MPMediaItemPropertyAlbumTrackNumber MPMediaItemPropertyArtist MPMediaItemPropertyArtwork MPMediaItemPropertyComposer MPMediaItemPropertyDiscCount MPMediaItemPropertyDiscNumber MPMediaItemPropertyGenre MPMediaItemPropertyPersistentID MPMediaItemPropertyPlaybackDuration MPMediaItemPropertyTitle In addition, metadata properties specific to the current playback session may also be specified -- see "Additional metadata properties" below.
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Audio
public static final long Audio
- See Also:
- Constant Field Values
-
Video
public static final long Video
- See Also:
- Constant Field Values
-
-