|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An AudioFileSaveListener can be notified when a SaveAudioFileAsAction is being performed.
| Method Summary | |
|---|---|
void |
saveAudioFile(java.io.File source,
java.io.File f,
javax.sound.sampled.AudioFileFormat.Type type,
javax.sound.sampled.AudioFormat format)
Notification that a SaveAudioFileAsAction has been performed, meaning the given file should be saved as the given audio file type at the given File location in the given format. |
| Method Detail |
|---|
void saveAudioFile(java.io.File source,
java.io.File f,
javax.sound.sampled.AudioFileFormat.Type type,
javax.sound.sampled.AudioFormat format)
source - The file that should be saved.f - The file to save to.type - The audio file type to write.format - The audio format to write.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||