Class UiAudioTrackConstraints

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

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

    • deviceId

      protected java.lang.String deviceId
    • channelCount

      protected int channelCount
    • autoGainControl

      protected boolean autoGainControl
    • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getDeviceId

      public java.lang.String getDeviceId()
    • getChannelCount

      public int getChannelCount()
    • getAutoGainControl

      public boolean getAutoGainControl()
    • getEchoCancellation

      public boolean getEchoCancellation()
    • getNoiseSuppression

      public boolean getNoiseSuppression()
    • setDeviceId

      public UiAudioTrackConstraints setDeviceId​(java.lang.String deviceId)
    • setChannelCount

      public UiAudioTrackConstraints setChannelCount​(int channelCount)
    • setAutoGainControl

      public UiAudioTrackConstraints setAutoGainControl​(boolean autoGainControl)
    • setEchoCancellation

      public UiAudioTrackConstraints setEchoCancellation​(boolean echoCancellation)
    • setNoiseSuppression

      public UiAudioTrackConstraints setNoiseSuppression​(boolean noiseSuppression)