public class SoundRecorder
extends java.lang.Object
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
SoundRecorder(java.io.File outputFile)
Constructs a recorder from the default input source to the given output
stream.
|
SoundRecorder(javax.sound.sampled.TargetDataLine inputLine,
javax.sound.sampled.AudioFileFormat.Type formatType,
java.io.OutputStream outputStream)
Constructs a recorder from the given detailed parameters.
|
SoundRecorder(VfsFile outputFile)
Constructs a recorder from the default input source to the given file.
|
public SoundRecorder(javax.sound.sampled.TargetDataLine inputLine,
javax.sound.sampled.AudioFileFormat.Type formatType,
java.io.OutputStream outputStream)
public SoundRecorder(java.io.File outputFile)
public SoundRecorder(VfsFile outputFile) throws java.io.IOException
java.io.IOException