com.groovemanager.gui.custom
Class ChooseFormatDialog.PseudoAudioFormat

java.lang.Object
  extended by javax.sound.sampled.AudioFormat
      extended by 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

Nested Class Summary
private  class ChooseFormatDialog.PseudoAudioFormat.Encoding
           
 
Field Summary
private static ChooseFormatDialog.PseudoAudioFormat DUMMY
           
 
Fields inherited from class javax.sound.sampled.AudioFormat
bigEndian, channels, encoding, frameRate, frameSize, sampleRate, sampleSizeInBits
 
Constructor Summary
private ChooseFormatDialog.PseudoAudioFormat()
           
private ChooseFormatDialog.PseudoAudioFormat(ChooseFormatDialog.PseudoAudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean isBigEndian)
           
 
Method Summary
private static ChooseFormatDialog.PseudoAudioFormat.Encoding createEncoding(java.lang.String name)
           
private  ChooseFormatDialog.PseudoAudioFormat.Encoding createEncoding0(java.lang.String name)
           
 
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
 

Field Detail

DUMMY

private static final ChooseFormatDialog.PseudoAudioFormat DUMMY
Constructor Detail

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)
Method Detail

createEncoding

private static ChooseFormatDialog.PseudoAudioFormat.Encoding createEncoding(java.lang.String name)

createEncoding0

private ChooseFormatDialog.PseudoAudioFormat.Encoding createEncoding0(java.lang.String name)