Class VoIPConfigurationVideo


  • public class VoIPConfigurationVideo
    extends java.lang.Object
    • Constructor Detail

      • VoIPConfigurationVideo

        public VoIPConfigurationVideo()
    • Method Detail

      • setEnabled

        public void setEnabled​(boolean enabled)
      • isEnabled

        public boolean isEnabled()
      • setCpuAdaptiveVideoEnabled

        public void setCpuAdaptiveVideoEnabled​(boolean cpuAdaptiveVideoEnabled)
      • isCpuAdaptiveVideoEnabled

        public boolean isCpuAdaptiveVideoEnabled()
      • setDscpVideo

        public void setDscpVideo​(int dscpVideo)
      • getDscpVideo

        public int getDscpVideo()
      • setAutomaticDscpConfigurationEnabled

        public void setAutomaticDscpConfigurationEnabled​(boolean enabled)
        Set the automatic dscp configuration mode. In the automatic mode the best available source for the DSCP value will be used. It can be default value, PPM value, etc.
        Parameters:
        enabled - enable or disable
      • isAutomaticDscpConfigurationEnabled

        public boolean isAutomaticDscpConfigurationEnabled()
        Set the automatic dscp configuration mode. The state can be changed via the setAutomaticDscpConfigurationEnabled method.
        Returns:
        enabled or disabled
      • setFirstVideoPingInterval

        public void setFirstVideoPingInterval​(int firstVideoPingInterval)
      • getFirstVideoPingInterval

        public int getFirstVideoPingInterval()
      • setPeriodicVideoPingInterval

        public void setPeriodicVideoPingInterval​(int periodicVideoPingInterval)
      • getPeriodicVideoPingInterval

        public int getPeriodicVideoPingInterval()
      • setMinPortRange

        public void setMinPortRange​(int minPortRange)
      • getMinPortRange

        public int getMinPortRange()
      • setMaxPortRange

        public void setMaxPortRange​(int maxPortRange)
      • getMaxPortRange

        public int getMaxPortRange()
      • setAnyNetworkBandwidthLimitKbps

        public void setAnyNetworkBandwidthLimitKbps​(int anyNetworkBandwidthLimit)
      • getAnyNetworkBandwidthLimitKbps

        public int getAnyNetworkBandwidthLimitKbps()
      • setCellularNetworkBandwidthLimitKbps

        public void setCellularNetworkBandwidthLimitKbps​(int cellularBandwidthLimit)
      • getCellularNetworkBandwidthLimitKbps

        public int getCellularNetworkBandwidthLimitKbps()
      • setEnableMultipleVideoStreamSupport

        public void setEnableMultipleVideoStreamSupport​(boolean enable)
      • isMultipleVideoStreamSupport

        public boolean isMultipleVideoStreamSupport()
      • getBfcpMode

        @Deprecated
        public java.lang.String getBfcpMode()
        Deprecated.
      • setCongestionControlAlgorithm

        public void setCongestionControlAlgorithm​(CongestionControlAlgorithm congestionControlAlgorithm)
      • getCongestionControlAlgorithm

        @Deprecated
        public java.lang.String getCongestionControlAlgorithm()
        Deprecated.
      • setMaxVideoResolution

        public void setMaxVideoResolution​(MaxVideoResolution maxVideoResolution)
      • getMaxVideoResolution

        @Deprecated
        public java.lang.String getMaxVideoResolution()
        Deprecated.
      • setVideoCodecVendor

        public void setVideoCodecVendor​(VideoCodecVendor vendor)
      • getForwardErrorCorrection

        @Deprecated
        public java.lang.String getForwardErrorCorrection()
        Deprecated.
      • setRetransmissionEnabled

        public void setRetransmissionEnabled​(boolean enabled)
      • getRetransmissionEnabled

        public boolean getRetransmissionEnabled()
      • setH264HighProfileEnabled

        public void setH264HighProfileEnabled​(boolean enabled)
      • getH264HighProfileEnabled

        public boolean getH264HighProfileEnabled()
      • equals

        public boolean equals​(java.lang.Object input)
        Overrides:
        equals in class java.lang.Object