|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSoundDevice
public class SoundDevice
Field Summary | |
---|---|
static int |
SAMPLING_RATE
Sampling rate used. |
Constructor Summary | |
---|---|
SoundDevice()
Constructs and starts the device. |
Method Summary | |
---|---|
javax.sound.sampled.AudioFormat |
getFormat()
Returns the AudioFormat used. |
javax.sound.sampled.SourceDataLine |
getLine()
Returns the SourceDataLine on which to write music data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SAMPLING_RATE
Constructor Detail |
---|
public SoundDevice()
Method Detail |
---|
public javax.sound.sampled.SourceDataLine getLine()
public javax.sound.sampled.AudioFormat getFormat()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |