org.mobicents.media.server.mgcp.params
Class LocalConnectionOptions

java.lang.Object
  extended by org.mobicents.media.server.mgcp.params.LocalConnectionOptions

public class LocalConnectionOptions
extends Object

Represents local connection options parameter

Author:
kulikov

Field Summary
static Text BANDWIDTH
           
static Text CODECS
           
static Text DTMF_CLAMP
           
static Text ECHO_CANCELATION
           
static Text ENCRYPTION_KEY
           
static Text GAIN_CONTROL
           
static Text IS_LOCAL
           
static Text PACKETIZATION_PERIOD
           
static Text RESOURCE_RESERVATION
           
static Text SILENCE_SUPPRESSION
           
static Text TRUE
           
static Text TYPE_OF_SERVICE
           
 
Constructor Summary
LocalConnectionOptions()
           
 
Method Summary
 boolean getDtmfClamp()
           
 int getGain()
           
 boolean getIsLocal()
           
 void setValue(Text text)
          Modifies the value of this parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LocalConnectionOptions

public LocalConnectionOptions()
Method Detail

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.