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

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

public class Constants
extends java.lang.Object

Constants needed in codecs impl.

Author:
Damian Minkov

Field Summary
static java.lang.String ALAW_RTP
           
static java.lang.String ILBC
           
static int ILBC_MODE
          mode : Frame size for the encoding/decoding 20 - 20 ms 30 - 30 ms
static java.lang.String ILBC_RTP
           
static java.lang.String SPEEX
           
static java.lang.String SPEEX_RTP
           
 
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 java.lang.String ALAW_RTP
See Also:
Constant Field Values

SPEEX_RTP

public static final java.lang.String SPEEX_RTP
See Also:
Constant Field Values

SPEEX

public static final java.lang.String SPEEX
See Also:
Constant Field Values

ILBC_RTP

public static final java.lang.String ILBC_RTP
See Also:
Constant Field Values

ILBC

public static final java.lang.String ILBC
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

Constructor Detail

Constants

public Constants()