Package com.avaya.clientservices.media
Interface VoIPConfiguration
-
@Deprecated public interface VoIPConfigurationDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AudioCodec[]getCurrentCodecList()Deprecated.intgetDscpValue()Deprecated.AudioCodec[]getSupportedCodecList()Deprecated.booleansetCurrentCodecList(AudioCodec[] codecs)Deprecated.Sets the codec list to be used by the audio enginebooleansetDscpValue(int dscpValue)Deprecated.This function sets DSCP value for audio.
-
-
-
Method Detail
-
setDscpValue
boolean setDscpValue(int dscpValue)
Deprecated.This function sets DSCP value for audio.- Parameters:
dscpValue- DSCP value must be in range 0-63.- Returns:
- true if DSCP value is set; otherwise false.
-
getDscpValue
int getDscpValue()
Deprecated.- Returns:
- DSCP value set for VoIP
-
getSupportedCodecList
AudioCodec[] getSupportedCodecList()
Deprecated.- Returns:
- Default audio codec list supported by the audio engine
-
getCurrentCodecList
AudioCodec[] getCurrentCodecList()
Deprecated.- Returns:
- Current audio codec list supported by the audio engine
-
setCurrentCodecList
boolean setCurrentCodecList(AudioCodec[] codecs)
Deprecated.Sets the codec list to be used by the audio engine- Parameters:
codecs- List of codecs- Returns:
- true if the codec list can be set and the codecs provided in the list are all supported.
-
-