Class 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 Detail

      • deviceId

        protected java.lang.String deviceId
      • channelCount

        protected int channelCount
      • autoGainControl

        protected boolean autoGainControl
      • echoCancellation

        protected boolean echoCancellation
      • noiseSuppression

        protected boolean noiseSuppression
    • Constructor Detail

      • UiAudioTrackConstraints

        public UiAudioTrackConstraints()
    • Method Detail

      • 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()