|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgSound
ThincSMsgSoundClose
public final class ThincSMsgSoundClose
class for closing the sound stream.
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 | |
---|---|
ThincSMsgSoundClose(ThincSoundHandler h)
creates ThincSMsgSoundClose object. |
Method Summary | |
---|---|
void |
process()
process() gets the stream id for sound and remove it from hash table. |
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 ThincSMsgSoundClose(ThincSoundHandler h)
h
- ThincSoundHandler
to handle the messageMethod Detail |
---|
public void process() throws ThincException
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |