|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bramosystems.oss.player.core.client.MediaInfo
public class MediaInfo
Wraps media metadata information for a media file (such as ID3 tag entries for MP3 files)
Nested Class Summary | |
---|---|
static class |
MediaInfo.MediaInfoKey
An enum of supported media metadata keys |
Constructor Summary | |
---|---|
MediaInfo()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MediaInfo()
Method Detail |
---|
public String toString()
toString
in class Object
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |