public class MediaData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALBUM
When the media is of type "SONG" or "ALBUM", this is the name of the album.
|
static String |
ARTIST
When the media is of type "SONG", "ALBUM" or "ARTIST", this is the name of the artist.
|
static String |
GOOGLE_MUSIC_3_ID
If present, it is the id inside the new Google Music Player 3.x of the media identified by this entry.
|
static String |
MEDIA_ID
The id of the media.
|
static String |
NAME
The name of this entry.
|
static String |
SOURCE
The source for this media information.
|
static String |
TYPE
The type of media identified by this entry.
|
Constructor and Description |
---|
MediaData() |
public static final String MEDIA_ID
The id of the media.
Type: String;
public static final String GOOGLE_MUSIC_3_ID
If present, it is the id inside the new Google Music Player 3.x of the media identified by this entry.
Type: String;
public static final String NAME
The name of this entry.
Type: String;
public static final String ALBUM
When the media is of type "SONG" or "ALBUM", this is the name of the album. It may be missing for "SONG" media types..
Type: String;
public static final String ARTIST
When the media is of type "SONG", "ALBUM" or "ARTIST", this is the name of the artist. It may be missing for "SONG" media types..
Type: String;
public static final String TYPE
The type of media identified by this entry.
Type: String;
the value can be one of "ALBUM", "ARTIST", "SONG" and "PLAYLIST".
public static final String SOURCE
The source for this media information.
Type: String;
the value can be one of "STANDARD" or "POWERAMP".
Copyright © 2013. All Rights Reserved.