Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Audio  
      static long None  
      static long Video  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait