public class MediaInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MediaInfo.MediaInfoKey
An enum of supported media metadata keys
|
Constructor and Description |
---|
MediaInfo() |
Modifier and Type | Method and Description |
---|---|
String |
asHTMLString()
Returns an HTML table containing all
MediaInfoKey s and their
values for this object. |
ArrayList<MediaInfo.MediaInfoKey> |
getAvailableItems()
Returns a list of
MediaInfo.MediaInfoKey s that have metadata entries in a media
file. |
String |
getItem(MediaInfo.MediaInfoKey key)
Return the value associated with the specified
MediaInfoKey . |
String |
toString() |
public String asHTMLString()
MediaInfoKey
s and their
values for this object. Useful during debugging operations.MediaInfoKey
s values as an HTML table.public ArrayList<MediaInfo.MediaInfoKey> getAvailableItems()
MediaInfo.MediaInfoKey
s that have metadata entries in a media
file.public String getItem(MediaInfo.MediaInfoKey key)
MediaInfoKey
.key
- the metadata key whose value is required.Copyright © 2009-2013. All Rights Reserved.