Class ThincSMsgVideo.ThincVideoStream

java.lang.Object
  extended by ThincSMsgVideo.ThincVideoStream
Enclosing class:
ThincSMsgVideo

protected class ThincSMsgVideo.ThincVideoStream
extends java.lang.Object


Field Summary
(package private)  int dst_height
           
(package private)  int dst_width
           
(package private)  boolean firstFlag
           
(package private)  ThincVideoFormat format
           
(package private)  int height
           
(package private)  int timestamp
           
(package private)  int width
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
protected ThincSMsgVideo.ThincVideoStream()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

width

int width

height

int height

dst_width

int dst_width

dst_height

int dst_height

timestamp

int timestamp

firstFlag

boolean firstFlag

format

ThincVideoFormat format
Constructor Detail

ThincSMsgVideo.ThincVideoStream

protected ThincSMsgVideo.ThincVideoStream()