Class UiAudioTrackConstraints

java.lang.Object
org.teamapps.dto.UiAudioTrackConstraints
All Implemented Interfaces:
UiObject

public class UiAudioTrackConstraints extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • deviceId

      protected String deviceId
    • channelCount

      protected int channelCount
    • autoGainControl

      protected boolean autoGainControl
    • gainFactor

      protected double gainFactor
    • echoCancellation

      protected boolean echoCancellation
    • noiseSuppression

      protected boolean noiseSuppression
  • Constructor Details

    • UiAudioTrackConstraints

      public UiAudioTrackConstraints()
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDeviceId

      public String getDeviceId()
    • getChannelCount

      public int getChannelCount()
    • getAutoGainControl

      public boolean getAutoGainControl()
    • getGainFactor

      public double getGainFactor()
    • getEchoCancellation

      public boolean getEchoCancellation()
    • getNoiseSuppression

      public boolean getNoiseSuppression()
    • setDeviceId

      public UiAudioTrackConstraints setDeviceId(String deviceId)
    • setChannelCount

      public UiAudioTrackConstraints setChannelCount(int channelCount)
    • setAutoGainControl

      public UiAudioTrackConstraints setAutoGainControl(boolean autoGainControl)
    • setGainFactor

      public UiAudioTrackConstraints setGainFactor(double gainFactor)
    • setEchoCancellation

      public UiAudioTrackConstraints setEchoCancellation(boolean echoCancellation)
    • setNoiseSuppression

      public UiAudioTrackConstraints setNoiseSuppression(boolean noiseSuppression)