Fields Summary |
---|
public static final String | KEY_ALBUM_ARTISTString key: Album artist name.
The value is a string suitable for display.
|
public static final String | KEY_ALBUM_TITLEString key: Album title.
The value is a string suitable for display.
|
public static final String | KEY_ARTWORK_URIString key: Artwork Uri.
The value is a string URI for an image file associated with the media item,
such as album or cover art.
|
public static final String | KEY_ARTISTString key: Artist name.
The value is a string suitable for display.
|
public static final String | KEY_AUTHORString key: Author name.
The value is a string suitable for display.
|
public static final String | KEY_COMPOSERString key: Composer name.
The value is a string suitable for display.
|
public static final String | KEY_TITLEString key: Track title.
The value is a string suitable for display.
|
public static final String | KEY_YEARInteger key: Year of publication.
The value is an integer year number.
|
public static final String | KEY_TRACK_NUMBERInteger key: Track number (such as a track on a CD).
The value is a one-based integer track number.
|
public static final String | KEY_DISC_NUMBERInteger key: Disc number within a collection.
The value is a one-based integer disc number.
|
public static final String | KEY_DURATIONLong key: Item playback duration in milliseconds.
The value is a long number of milliseconds.
The duration metadata is only a hint to enable a remote media player to
guess the duration of the content before it actually opens the media stream.
The remote media player should still determine the actual content duration from
the media stream itself independent of the value that may be specified by this key.
|