Interface ThincProtoVideo


public interface ThincProtoVideo

THINC video protocol specification, JAVA

Author:
Ricardo Baratto

Nested Class Summary
static class ThincProtoVideo.thinc_vidCInit
           
static class ThincProtoVideo.thinc_vidEnd
           
static class ThincProtoVideo.thinc_vidFormat
           
static class ThincProtoVideo.thinc_vidInfoUYVY
           
static class ThincProtoVideo.thinc_vidInfoYUY2
           
static class ThincProtoVideo.thinc_vidInfoYV12
           
static class ThincProtoVideo.thinc_vidMove
           
static class ThincProtoVideo.thinc_vidNext
           
static class ThincProtoVideo.thinc_vidResize
           
static class ThincProtoVideo.thinc_vidScale
           
static class ThincProtoVideo.thinc_vidSInit
           
static class ThincProtoVideo.thinc_vidStart
           
static class ThincProtoVideo.thinc_vidStartOK
           
 
Field Summary
static int T_FOURCC_UYVY
           
static int T_FOURCC_YUY2
           
static int T_FOURCC_YV12
           
static int T_VIDEO_CINIT
          client -> server
static int T_VIDEO_CINIT_SIZE
           
static int T_VIDEO_COMPRESSED
           
static int T_VIDEO_END
           
static int T_VIDEO_END_SIZE
           
static int T_VIDEO_FORMAT_SIZE
           
static int T_VIDEO_INFO_UYVY_SIZE
           
static int T_VIDEO_INFO_YUY2_SIZE
           
static int T_VIDEO_INFO_YV12_SIZE
           
static int T_VIDEO_MOVE
           
static int T_VIDEO_MOVE_SIZE
           
static int T_VIDEO_NEXT
           
static int T_VIDEO_NEXT_SIZE
           
static int T_VIDEO_NOTOK
           
static int T_VIDEO_OK
           
static int T_VIDEO_RESIZE
           
static int T_VIDEO_RESIZE_SIZE
           
static int T_VIDEO_SCALE
           
static int T_VIDEO_SCALE_SIZE
           
static int T_VIDEO_SINIT
           
static int T_VIDEO_SINIT_SIZE
           
static int T_VIDEO_START
           
static int T_VIDEO_START_SIZE
           
static int T_VIDEO_STARTOK
           
static int T_VIDEO_STARTOK_SIZE
           
 

Field Detail

T_VIDEO_SINIT

static final int T_VIDEO_SINIT
See Also:
Constant Field Values

T_VIDEO_START

static final int T_VIDEO_START
See Also:
Constant Field Values

T_VIDEO_NEXT

static final int T_VIDEO_NEXT
See Also:
Constant Field Values

T_VIDEO_END

static final int T_VIDEO_END
See Also:
Constant Field Values

T_VIDEO_MOVE

static final int T_VIDEO_MOVE
See Also:
Constant Field Values

T_VIDEO_SCALE

static final int T_VIDEO_SCALE
See Also:
Constant Field Values

T_VIDEO_RESIZE

static final int T_VIDEO_RESIZE
See Also:
Constant Field Values

T_VIDEO_SINIT_SIZE

static final int T_VIDEO_SINIT_SIZE
See Also:
Constant Field Values

T_VIDEO_FORMAT_SIZE

static final int T_VIDEO_FORMAT_SIZE
See Also:
Constant Field Values

T_FOURCC_YV12

static final int T_FOURCC_YV12
See Also:
Constant Field Values

T_FOURCC_YUY2

static final int T_FOURCC_YUY2
See Also:
Constant Field Values

T_FOURCC_UYVY

static final int T_FOURCC_UYVY
See Also:
Constant Field Values

T_VIDEO_COMPRESSED

static final int T_VIDEO_COMPRESSED
See Also:
Constant Field Values

T_VIDEO_START_SIZE

static final int T_VIDEO_START_SIZE
See Also:
Constant Field Values

T_VIDEO_INFO_YV12_SIZE

static final int T_VIDEO_INFO_YV12_SIZE
See Also:
Constant Field Values

T_VIDEO_INFO_YUY2_SIZE

static final int T_VIDEO_INFO_YUY2_SIZE
See Also:
Constant Field Values

T_VIDEO_INFO_UYVY_SIZE

static final int T_VIDEO_INFO_UYVY_SIZE
See Also:
Constant Field Values

T_VIDEO_NEXT_SIZE

static final int T_VIDEO_NEXT_SIZE
See Also:
Constant Field Values

T_VIDEO_END_SIZE

static final int T_VIDEO_END_SIZE
See Also:
Constant Field Values

T_VIDEO_MOVE_SIZE

static final int T_VIDEO_MOVE_SIZE
See Also:
Constant Field Values

T_VIDEO_SCALE_SIZE

static final int T_VIDEO_SCALE_SIZE
See Also:
Constant Field Values

T_VIDEO_RESIZE_SIZE

static final int T_VIDEO_RESIZE_SIZE
See Also:
Constant Field Values

T_VIDEO_CINIT

static final int T_VIDEO_CINIT
client -> server

See Also:
Constant Field Values

T_VIDEO_STARTOK

static final int T_VIDEO_STARTOK
See Also:
Constant Field Values

T_VIDEO_CINIT_SIZE

static final int T_VIDEO_CINIT_SIZE
See Also:
Constant Field Values

T_VIDEO_OK

static final int T_VIDEO_OK
See Also:
Constant Field Values

T_VIDEO_NOTOK

static final int T_VIDEO_NOTOK
See Also:
Constant Field Values

T_VIDEO_STARTOK_SIZE

static final int T_VIDEO_STARTOK_SIZE
See Also:
Constant Field Values