|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
net.shredzone.ifish.ltr
Class TagAsf
java.lang.Objectnet.shredzone.ifish.ltr.LTR
net.shredzone.ifish.ltr.TagAsf
Decodes an ASF/WMA stream. It uses parts of the Entagged software, which is copyrighted by the Entagged Development Team, and published under LGPL.
- Version:
- $Id: TagAsf.java 289 2009-04-28 21:21:46Z shred $
| Field Summary |
|---|
| Fields inherited from class net.shredzone.ifish.ltr.LTR |
|---|
factory, in |
| Constructor Summary | |
|---|---|
TagAsf(RandomAccessFile in,
File file,
LTRFactory factory)
Create a new TagAsf object. |
|
| Method Summary | |
|---|---|
String |
getAlbum()
Get the album. |
String |
getArtist()
Get the artist. |
String |
getComment()
Get the comment. |
String |
getGenre()
Get the genre. |
String |
getTitle()
Get the title. |
String |
getTrack()
Get the track. |
String |
getType()
Get the type of this file. |
String |
getYear()
Get the year. |
| Methods inherited from class net.shredzone.ifish.ltr.LTR |
|---|
readStringLen, readStringLen, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
TagAsf
public TagAsf(RandomAccessFile in, File file, LTRFactory factory) throws FormatDecodeException
- Create a new TagAsf object.
- Parameters:
in- File to readfile- Reference to the file itselffactory- Reference to the LTRFactory- Throws:
FormatDecodeException- Couldn't decode this file
| Method Detail |
|---|
getType
public String getType()
- Get the type of this file. This is usually the compression format
itself (e.g. "OGG" or "MP3"). If there are different taggings for
this format, the used tag format is appended after a slash (e.g.
"MP3/id3v2").
- Returns:
- The type
getArtist
public String getArtist()
getAlbum
public String getAlbum()
getTitle
public String getTitle()
getGenre
public String getGenre()
getYear
public String getYear()
getComment
public String getComment()
- Get the comment.
- Specified by:
getCommentin classLTR
- Returns:
- The comment (never null)
getTrack
public String getTrack()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2007-2011 shredzone.org. All Rights Reserved.
