com.groovemanager.gui.custom
Class ChooseFormatDialog.PseudoAudioFormat
java.lang.Object
javax.sound.sampled.AudioFormat
com.groovemanager.gui.custom.ChooseFormatDialog.PseudoAudioFormat
- Enclosing class:
- ChooseFormatDialog
- private static class ChooseFormatDialog.PseudoAudioFormat
- extends javax.sound.sampled.AudioFormat
A Pseudo-class that is needed for accessing the AudioFormat.Encoding
constructor in versions prior to 1.4
- Author:
- Manu Robledo
| Fields inherited from class javax.sound.sampled.AudioFormat |
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits |
| Methods inherited from class javax.sound.sampled.AudioFormat |
getChannels, getEncoding, getFrameRate, getFrameSize, getProperty, getSampleRate, getSampleSizeInBits, isBigEndian, matches, properties, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DUMMY
private static final ChooseFormatDialog.PseudoAudioFormat DUMMY
ChooseFormatDialog.PseudoAudioFormat
private ChooseFormatDialog.PseudoAudioFormat()
ChooseFormatDialog.PseudoAudioFormat
private ChooseFormatDialog.PseudoAudioFormat(ChooseFormatDialog.PseudoAudioFormat.Encoding encoding,
float sampleRate,
int sampleSizeInBits,
int channels,
int frameSize,
float frameRate,
boolean isBigEndian)
createEncoding
private static ChooseFormatDialog.PseudoAudioFormat.Encoding createEncoding(java.lang.String name)
createEncoding0
private ChooseFormatDialog.PseudoAudioFormat.Encoding createEncoding0(java.lang.String name)