|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgSound
ThincSMsgSoundOpen
public final class ThincSMsgSoundOpen
class for getting the information for configuration of sound devices.
ThincSMsgSound
Field Summary | |
---|---|
static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincSMsgSound |
---|
ENCODING, format, FRAME_RATE, playInfo, SAMPLE_SIZE, streamId |
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincSMsgSoundOpen(ThincSoundHandler h)
creates ThincSMsgSoundOpen object. |
Method Summary | |
---|---|
void |
process()
process() gets the rate, bits, channels and endian for sound device and set it into AudioFormat and DataLine.Info object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGE_TYPE
public static final int MESSAGE_SIZE
Constructor Detail |
---|
public ThincSMsgSoundOpen(ThincSoundHandler h)
h
- ThincSoundHandler
to handle the messageMethod Detail |
---|
public void process() throws ThincException
AudioFormat
and DataLine.Info
object.
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |