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

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

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

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

Specifies the state of silence suppression.

See Also:
Serialized Form

Field Summary
static boolean SILENCE_SUPPRESSION_OFF
          Indicates silence suppression is OFF.
static boolean SILENCE_SUPPRESSION_ON
          Indicates silence suppression is ON.
static SilenceSuppression SilenceSuppressionOff
          Encapsulates the silence suppression OFF state.
static SilenceSuppression SilenceSuppressionOn
          Encapsulates the silence suppression 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 getSilenceSuppression()
          Gets the state of silence suppression.
 java.lang.String toString()
          Returns "s:on" or "s:off" depending on the state of the boolean value for silence suppression.
 
Methods inherited from class jain.protocol.ip.mgcp.message.parms.LocalOptionValue
getBandwidthLowerBound, getBandwidthUpperBound, getCompressionAlgorithmNames, getEchoCancellation, getEncryptionMethod, getGainControl, getLocalOptionExtensionName, getLocalOptionValueType, getPacketizationPeriodLowerBound, getPacketizationPeriodUpperBound, getResourceReservation, getTypeOfNetwork, getTypeOfService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SILENCE_SUPPRESSION_OFF

public static final boolean SILENCE_SUPPRESSION_OFF
Indicates silence suppression is OFF. Boolean value = false.

SILENCE_SUPPRESSION_ON

public static final boolean SILENCE_SUPPRESSION_ON
Indicates silence suppression is ON. Boolean value = true.

SilenceSuppressionOff

public static final SilenceSuppression SilenceSuppressionOff
Encapsulates the silence suppression OFF state.

SilenceSuppressionOn

public static final SilenceSuppression SilenceSuppressionOn
Encapsulates the silence suppression ON state.
Method Detail

getSilenceSuppression

public boolean getSilenceSuppression()
Gets the state of silence suppression.
Overrides:
getSilenceSuppression in class LocalOptionValue
Returns:
The state of silence suppression.

toString

public java.lang.String toString()
Returns "s:on" or "s:off" depending on the state of the boolean value for silence suppression.
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.