|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.octo.captcha.engine.sound.utils.SoundToFile
public class SoundToFile
Create a wave file from an AudioInputStream
| Constructor Summary | |
|---|---|
SoundToFile()
|
|
| Method Summary | |
|---|---|
static void |
serialize(javax.sound.sampled.AudioInputStream pAudioInputStream,
java.io.File pFile)
Create a wave file from an AudioInputStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoundToFile()
| Method Detail |
|---|
public static void serialize(javax.sound.sampled.AudioInputStream pAudioInputStream,
java.io.File pFile)
throws java.io.IOException
pAudioInputStream - Audio Steam to serializepFile - File to write to audio stream
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||