de.humatic.dsj.src.rtmp
Class RTMP

java.lang.Object
  extended by de.humatic.dsj.src.rtmp.RTMP

public class RTMP
extends java.lang.Object

Defines constants for RTMP datatransfer


Field Summary
static int AMF_0
          AMF encodings
static int AMF_3
          AMF encodings
static int AUDIO
          RTMP messagetypes
static int BYTES_READ
          RTMP messagetypes
static int CHUNK_SIZE
          RTMP messagetypes
static int CLIENT_BW
          RTMP messagetypes
static int FLEX_MSG
          RTMP messagetypes
static int FLEX_SO
          RTMP messagetypes
static int FLEX_STREAM
          RTMP messagetypes
static int FLV_TAGS
          RTMP messagetypes
static int INVOKE
          RTMP messagetypes
static int NOTIFY
          RTMP messagetypes
static int PING
          RTMP messagetypes
static int SERVER_BW
          RTMP messagetypes
static int SHARED_OBJECT
          RTMP messagetypes
static int VIDEO
          RTMP messagetypes
 
Constructor Summary
RTMP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHUNK_SIZE

public static final int CHUNK_SIZE
RTMP messagetypes

See Also:
Constant Field Values

BYTES_READ

public static final int BYTES_READ
RTMP messagetypes

See Also:
Constant Field Values

PING

public static final int PING
RTMP messagetypes

See Also:
Constant Field Values

SERVER_BW

public static final int SERVER_BW
RTMP messagetypes

See Also:
Constant Field Values

CLIENT_BW

public static final int CLIENT_BW
RTMP messagetypes

See Also:
Constant Field Values

AUDIO

public static final int AUDIO
RTMP messagetypes

See Also:
Constant Field Values

VIDEO

public static final int VIDEO
RTMP messagetypes

See Also:
Constant Field Values

FLEX_STREAM

public static final int FLEX_STREAM
RTMP messagetypes

See Also:
Constant Field Values

FLEX_SO

public static final int FLEX_SO
RTMP messagetypes

See Also:
Constant Field Values

FLEX_MSG

public static final int FLEX_MSG
RTMP messagetypes

See Also:
Constant Field Values

NOTIFY

public static final int NOTIFY
RTMP messagetypes

See Also:
Constant Field Values

SHARED_OBJECT

public static final int SHARED_OBJECT
RTMP messagetypes

See Also:
Constant Field Values

INVOKE

public static final int INVOKE
RTMP messagetypes

See Also:
Constant Field Values

FLV_TAGS

public static final int FLV_TAGS
RTMP messagetypes

See Also:
Constant Field Values

AMF_0

public static final int AMF_0
AMF encodings

See Also:
Constant Field Values

AMF_3

public static final int AMF_3
AMF encodings

See Also:
Constant Field Values
Constructor Detail

RTMP

public RTMP()