public interface OggAudioTagsHeader extends OggStreamPacket
OggAudioStream
Modifier and Type | Method and Description |
---|---|
String |
getAlbum()
Returns the (first) Album, or null if no
Album tags present.
|
String |
getArtist()
Returns the (first) Artist, or null if no
Artist tags present.
|
List<String> |
getComments(String tag)
Returns all comments for a given tag, in
file order.
|
String |
getDate()
Returns the (first) Date, or null if no
Date tags present.
|
String |
getGenre()
Returns the (first) Genre, or null if no
Genre tags present.
|
String |
getTitle()
Returns the (first) Title, or null if no
Title tags present.
|
String |
getTrackNumber()
Returns the (first) track number as a literal
string, eg "4" or "09", or null if
no track number tags present;
|
int |
getTrackNumberNumeric()
Returns the track number, as converted into
an integer, or -1 if not available / not numeric
|
String |
getVendor() |
getData, setData, write
String getVendor()
String getArtist()
String getAlbum()
String getTitle()
String getGenre()
String getTrackNumber()
int getTrackNumberNumeric()
String getDate()
Copyright © 2015. All rights reserved.