|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Encoder
The Interface Encoder.
| Method Summary | |
|---|---|
boolean |
encode(java.io.File originalFile,
java.io.File encodedFile,
java.lang.String title,
int trackNumber,
java.lang.String artist,
java.lang.String composer)
Encode. |
java.lang.String |
getExtensionOfEncodedFiles()
Gets the extension of encoded files. |
void |
setAlbum(java.lang.String album)
Sets the album. |
void |
setArtist(java.lang.String artist)
Sets the artist. |
void |
setGenre(java.lang.String genre)
Sets the genre. |
void |
setListener(EncoderProgressListener listener)
Sets the listener. |
void |
setQuality(java.lang.String quality)
Sets the quality. |
void |
setYear(int year)
Sets the year. |
void |
stop()
Stop. |
| Method Detail |
|---|
boolean encode(java.io.File originalFile,
java.io.File encodedFile,
java.lang.String title,
int trackNumber,
java.lang.String artist,
java.lang.String composer)
originalFile - the original fileencodedFile - the encoded filetitle - the titletrackNumber - the track numberartist - the artistcomposer - the composer
java.lang.String getExtensionOfEncodedFiles()
void setAlbum(java.lang.String album)
album - the new albumvoid setArtist(java.lang.String artist)
artist - the new artistvoid setGenre(java.lang.String genre)
genre - the new genrevoid setListener(EncoderProgressListener listener)
listener - the new listenervoid setQuality(java.lang.String quality)
quality - the new qualityvoid setYear(int year)
year - the new yearvoid stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||