jdk/src/java.desktop/share/classes/com/sun/media/sound/PortMixer.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 40444 afabcfc2f3ef
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   420         // the handle to the native control function
   420         // the handle to the native control function
   421         private final long controlID;
   421         private final long controlID;
   422         private boolean closed = false;
   422         private boolean closed = false;
   423 
   423 
   424         // predefined float control types. See also Ports.h
   424         // predefined float control types. See also Ports.h
   425         private final static FloatControl.Type[] FLOAT_CONTROL_TYPES = {
   425         private static final FloatControl.Type[] FLOAT_CONTROL_TYPES = {
   426             null,
   426             null,
   427             FloatControl.Type.BALANCE,
   427             FloatControl.Type.BALANCE,
   428             FloatControl.Type.MASTER_GAIN,
   428             FloatControl.Type.MASTER_GAIN,
   429             FloatControl.Type.PAN,
   429             FloatControl.Type.PAN,
   430             FloatControl.Type.VOLUME
   430             FloatControl.Type.VOLUME