Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec
Class Constants

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.Constants

public class Constants
extends Object

Allows start import of net.java.sip.communicator.impl.neomedia.codec in order to get the constants define in net.java.sip.communicator.impl.neomedia.codec.Constants without star import of net.java.sip.communicator.impl.neomedia.codec.

Author:
Lubomir Marinov

Field Summary
static String ALAW_RTP
          The ALAW/RTP constant.
static String G722
          The G722 constant.
static String G722_RTP
          The G722/RTP constant.
static String H263P
          The H263+ constant.
static String H263P_RTP
          The H263+/RTP constant.
static String H264
          The H264 constant.
static String H264_RTP
          The H264/RTP constant.
static String ILBC
          The iLBC constant.
static int ILBC_MODE
          mode : Frame size for the encoding/decoding 20 - 20 ms 30 - 30 ms
static String ILBC_RTP
          The iLBC/RTP constant.
static String SILK
          The SILK constant.
static String SILK_RTP
          The SILK/RTP constant.
static String SPEEX
          The SPEEX constant.
static String SPEEX_RTP
          The SPEEX/RTP constant.
static String TELEPHONE_EVENT
          Pseudo format representing DTMF tones sent over RTP.
static int VIDEO_HEIGHT
          Default video height.
static int VIDEO_WIDTH
          Default video width.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALAW_RTP

public static final String ALAW_RTP
The ALAW/RTP constant.

See Also:
Constant Field Values

G722

public static final String G722
The G722 constant.

See Also:
Constant Field Values

G722_RTP

public static final String G722_RTP
The G722/RTP constant.

See Also:
Constant Field Values

ILBC

public static final String ILBC
The iLBC constant.

See Also:
Constant Field Values

ILBC_RTP

public static final String ILBC_RTP
The iLBC/RTP constant.

See Also:
Constant Field Values

SILK

public static final String SILK
The SILK constant.

See Also:
Constant Field Values

SILK_RTP

public static final String SILK_RTP
The SILK/RTP constant.

See Also:
Constant Field Values

SPEEX

public static final String SPEEX
The SPEEX constant.

See Also:
Constant Field Values

SPEEX_RTP

public static final String SPEEX_RTP
The SPEEX/RTP constant.

See Also:
Constant Field Values

H264

public static final String H264
The H264 constant.

See Also:
Constant Field Values

H264_RTP

public static final String H264_RTP
The H264/RTP constant.

See Also:
Constant Field Values

H263P

public static final String H263P
The H263+ constant.

See Also:
Constant Field Values

H263P_RTP

public static final String H263P_RTP
The H263+/RTP constant.

See Also:
Constant Field Values

TELEPHONE_EVENT

public static final String TELEPHONE_EVENT
Pseudo format representing DTMF tones sent over RTP.

See Also:
Constant Field Values

ILBC_MODE

public static int ILBC_MODE
mode : Frame size for the encoding/decoding 20 - 20 ms 30 - 30 ms


VIDEO_WIDTH

public static final int VIDEO_WIDTH
Default video width.


VIDEO_HEIGHT

public static final int VIDEO_HEIGHT
Default video height.

Constructor Detail

Constants

public Constants()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.