public class SystemMedia extends Object
Constructor and Description |
---|
SystemMedia() |
Modifier and Type | Method and Description |
---|---|
static void |
playSound(String aSrc)
play a sound (MIDI is not working yet)
|
static void |
setGain() |
static void |
setPan() |
static void |
writeErr(String aStr)
write a error messgae to console
|
static void |
writeLn()
write a line to console
|
static void |
writeLn(boolean bStr)
write boolean value to console
|
static void |
writeLn(int iStr)
write numeric value to console
|
static void |
writeLn(String aStr)
write a line to console
|
public static void playSound(String aSrc)
aSrc
- sound filepublic static void setPan()
public static void setGain()
public static void writeErr(String aStr)
aStr
- line to be written to consolepublic static void writeLn(String aStr)
aStr
- line to be written to consolepublic static void writeLn(boolean bStr)
bStr
- boolean value to be written to consolepublic static void writeLn(int iStr)
iStr
- numeric value to be written to consolepublic static void writeLn()