Added Methods |
Clip getClip()
|
Obtains a clip that can be used for playing back
an audio file or an audio stream. |
Clip getClip(Info )
|
Obtains a clip from the specified mixer that can be
used for playing back an audio file or an audio stream. |
SourceDataLine getSourceDataLine(AudioFormat )
|
Obtains a source data line that can be used for playing back
audio data in the format specified by the
AudioFormat object. |
SourceDataLine getSourceDataLine(AudioFormat, Info)
|
Obtains a source data line that can be used for playing back
audio data in the format specified by the
AudioFormat object, provided by the mixer
specified by the Mixer.Info object. |
TargetDataLine getTargetDataLine(AudioFormat )
|
Obtains a target data line that can be used for recording
audio data in the format specified by the
AudioFormat object. |
TargetDataLine getTargetDataLine(AudioFormat, Info)
|
Obtains a target data line that can be used for recording
audio data in the format specified by the
AudioFormat object, provided by the mixer
specified by the Mixer.Info object. |