be.hogent.tarsos.dsp.util
Class Shared

java.lang.Object
  extended by be.hogent.tarsos.dsp.util.Shared

public class Shared
extends java.lang.Object


Constructor Summary
Shared()
           
 
Method Summary
static java.util.Vector<javax.sound.sampled.Mixer.Info> getMixerInfo(boolean supportsPlayback, boolean supportsRecording)
           
static java.lang.String getOsName()
           
static boolean isWindows()
           
static java.lang.String toLocalString(java.lang.Object info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shared

public Shared()
Method Detail

getMixerInfo

public static java.util.Vector<javax.sound.sampled.Mixer.Info> getMixerInfo(boolean supportsPlayback,
                                                                            boolean supportsRecording)

toLocalString

public static java.lang.String toLocalString(java.lang.Object info)

getOsName

public static java.lang.String getOsName()

isWindows

public static boolean isWindows()