Class ThincSMsgVideo

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgVideo
Direct Known Subclasses:
ThincSMsgVideoEnd, ThincSMsgVideoMove, ThincSMsgVideoNext, ThincSMsgVideoResize, ThincSMsgVideoScale, ThincSMsgVideoStart

public abstract class ThincSMsgVideo
extends ThincSMsg

abstract class for video messages.

Author:
Young Jin Yoon
See Also:
ThincSMsg

Nested Class Summary
protected  class ThincSMsgVideo.ThincVideoStream
           
 
Field Summary
protected static java.util.Vector streamId
           
static int UYVY
           
static int YUY2
           
static int YV12
           
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgVideo(ThincMsgHandler h, ThincClientCanvas c)
           
 
Method Summary
 
Methods inherited from class ThincMsg
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YV12

public static final int YV12
See Also:
Constant Field Values

YUY2

public static final int YUY2
See Also:
Constant Field Values

UYVY

public static final int UYVY
See Also:
Constant Field Values

streamId

protected static java.util.Vector streamId
Constructor Detail

ThincSMsgVideo

public ThincSMsgVideo(ThincMsgHandler h,
                      ThincClientCanvas c)