|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAudioFileCollection
The interface IAudioFileCollection.java contains all loaded tracks.
Method Summary | |
---|---|
javax.sound.sampled.AudioInputStream |
decode(AudioFile af)
returns the decoded audioinputstream for the passed audiofile |
javax.sound.sampled.AudioFormat |
getDecodedFormat()
returns the decoded format |
int |
getGlobalBotBound()
returns the global lower boundary for the normalizer |
int |
getGlobalTopBound()
returns the global upper boundary for the normalizer |
int |
getNextIndex()
returns the index of the file which should played next. |
SettingControl |
getSettings()
returns the settingControl |
int |
getSupportedBotRange()
returns the supported lower boundary |
int |
getSupportedTopRange()
returns the supported upper boundary |
boolean |
nextExists()
returns true when a file was defined which should be played next. |
void |
setNext(AudioFile key)
sets the audiofile wich should be played next. |
void |
setNormalizer()
sets the normalizer to the collection |
void |
stateChangedOf(AudioFile track)
awakes when the finished or active flag of a track changes. |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
int getGlobalTopBound()
int getGlobalBotBound()
int getSupportedTopRange()
int getSupportedBotRange()
javax.sound.sampled.AudioInputStream decode(AudioFile af) throws javax.sound.sampled.UnsupportedAudioFileException, java.io.IOException
af
-
javax.sound.sampled.UnsupportedAudioFileException
java.io.IOException
javax.sound.sampled.AudioFormat getDecodedFormat()
void setNormalizer()
SettingControl getSettings()
void stateChangedOf(AudioFile track)
track
- void setNext(AudioFile key)
key
- boolean nextExists()
int getNextIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |