be.hogent.tarsos.dsp.util
Class Shared
java.lang.Object
be.hogent.tarsos.dsp.util.Shared
public class Shared
- extends java.lang.Object
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 |
Shared
public Shared()
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()