public static enum MediaInfo.MediaInfoKey extends Enum<MediaInfo.MediaInfoKey>
Enum Constant and Description |
---|
AlbumTitle |
Artists |
Comment |
ContentProviders |
Copyright |
Duration |
Genre |
HardwareSoftwareRequirements |
Publisher |
StationName |
StationOwner |
Title |
VideoHeight |
VideoWidth |
Year |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a "friendly" name for this metadata key
|
static MediaInfo.MediaInfoKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaInfo.MediaInfoKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaInfo.MediaInfoKey Title
public static final MediaInfo.MediaInfoKey Artists
public static final MediaInfo.MediaInfoKey AlbumTitle
public static final MediaInfo.MediaInfoKey Genre
public static final MediaInfo.MediaInfoKey Year
public static final MediaInfo.MediaInfoKey Publisher
public static final MediaInfo.MediaInfoKey ContentProviders
public static final MediaInfo.MediaInfoKey StationName
public static final MediaInfo.MediaInfoKey StationOwner
public static final MediaInfo.MediaInfoKey Comment
public static final MediaInfo.MediaInfoKey Duration
public static final MediaInfo.MediaInfoKey HardwareSoftwareRequirements
public static final MediaInfo.MediaInfoKey Copyright
public static final MediaInfo.MediaInfoKey VideoWidth
public static final MediaInfo.MediaInfoKey VideoHeight
public static MediaInfo.MediaInfoKey[] values()
for (MediaInfo.MediaInfoKey c : MediaInfo.MediaInfoKey.values()) System.out.println(c);
public static MediaInfo.MediaInfoKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<MediaInfo.MediaInfoKey>
Copyright © 2009-2013. All Rights Reserved.