JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

jain.protocol.ip.mgcp.message.parms
Class EchoCancellation

java.lang.Object
  |
  +--jain.protocol.ip.mgcp.message.parms.LocalOptionValue
        |
        +--jain.protocol.ip.mgcp.message.parms.EchoCancellation
All Implemented Interfaces:
java.io.Serializable

public final class EchoCancellation
extends LocalOptionValue
implements java.io.Serializable

Specifies the state of echo cancellation.

See Also:
Serialized Form

Field Summary
static boolean ECHO_CANCELLATION_OFF
          Indicates echo cancellation is OFF.
static boolean ECHO_CANCELLATION_ON
          Indicates echo cancellation is ON.
static EchoCancellation EchoCancellationOff
          Encapsulates the echo cancellation OFF state.
static EchoCancellation EchoCancellationOn
          Encapsulates the echo cancellation ON state.
 
Fields inherited from class jain.protocol.ip.mgcp.message.parms.LocalOptionValue
BANDWIDTH, COMPRESSION_ALGORITHM, ECHO_CANCELLATION, ENCRYPTION_METHOD, GAIN_CONTROL, LOCAL_OPTION_EXTENSION, PACKETIZATION_PERIOD, RESOURCE_RESERVATION, SILENCE_SUPPRESSION, TYPE_OF_NETWORK, TYPE_OF_SERVICE
 
Method Summary
 boolean getEchoCancellation()
          Gets the state of echo cancellation.
 java.lang.String toString()
          Returns a String of the form "e:<ONOFF>" where <ONOFF> is either "on" or "off."
 
Methods inherited from class jain.protocol.ip.mgcp.message.parms.LocalOptionValue
getBandwidthLowerBound, getBandwidthUpperBound, getCompressionAlgorithmNames, getEncryptionMethod, getGainControl, getLocalOptionExtensionName, getLocalOptionValueType, getPacketizationPeriodLowerBound, getPacketizationPeriodUpperBound, getResourceReservation, getSilenceSuppression, getTypeOfNetwork, getTypeOfService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ECHO_CANCELLATION_OFF

public static final boolean ECHO_CANCELLATION_OFF
Indicates echo cancellation is OFF. Boolean value = false.

ECHO_CANCELLATION_ON

public static final boolean ECHO_CANCELLATION_ON
Indicates echo cancellation is ON. Boolean value = true.

EchoCancellationOff

public static final EchoCancellation EchoCancellationOff
Encapsulates the echo cancellation OFF state.

EchoCancellationOn

public static final EchoCancellation EchoCancellationOn
Encapsulates the echo cancellation ON state.
Method Detail

getEchoCancellation

public boolean getEchoCancellation()
Gets the state of echo cancellation.
Overrides:
getEchoCancellation in class LocalOptionValue
Returns:
The state of echo cancellation.

toString

public java.lang.String toString()
Returns a String of the form "e:<ONOFF>" where <ONOFF> is either "on" or "off."
Overrides:
toString in class java.lang.Object

JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Copyright © 2000 Sun Microsystems, Inc.