org.mobicents.media.server.mgcp.params
Class LocalConnectionOptions
java.lang.Object
org.mobicents.media.server.mgcp.params.LocalConnectionOptions
public class LocalConnectionOptions
- extends Object
Represents local connection options parameter
- Author:
- kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CODECS
public static final Text CODECS
BANDWIDTH
public static final Text BANDWIDTH
PACKETIZATION_PERIOD
public static final Text PACKETIZATION_PERIOD
TYPE_OF_SERVICE
public static final Text TYPE_OF_SERVICE
ECHO_CANCELATION
public static final Text ECHO_CANCELATION
GAIN_CONTROL
public static final Text GAIN_CONTROL
SILENCE_SUPPRESSION
public static final Text SILENCE_SUPPRESSION
RESOURCE_RESERVATION
public static final Text RESOURCE_RESERVATION
ENCRYPTION_KEY
public static final Text ENCRYPTION_KEY
DTMF_CLAMP
public static final Text DTMF_CLAMP
IS_LOCAL
public static final Text IS_LOCAL
TRUE
public static final Text TRUE
LocalConnectionOptions
public LocalConnectionOptions()
setValue
public void setValue(Text text)
- Modifies the value of this parameter.
- Parameters:
text - the text view of this parameter
getGain
public int getGain()
getIsLocal
public boolean getIsLocal()
getDtmfClamp
public boolean getDtmfClamp()
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.