|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgVideo
ThincSMsgVideoMove
public final class ThincSMsgVideoMove
class for moving the video stream's location.
ThincSMsgVideo
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ThincSMsgVideo |
---|
ThincSMsgVideo.ThincVideoStream |
Field Summary | |
---|---|
static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincSMsgVideo |
---|
streamId, UYVY, YUY2, YV12 |
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincSMsgVideoMove(ThincMsgHandler h,
ThincClientCanvas c)
creates ThincSMsgVideoMove object. |
Method Summary | |
---|---|
void |
process()
process() gets the stream id and new coordination from the server to move, then moves the stream by modifying stream information from the vector. |
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 ThincSMsgVideoMove(ThincMsgHandler h, ThincClientCanvas c)
h
- ThincSoundHandler
to handle the messagec
- ThincClientCanvas
to get the informationMethod 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 |