Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected booleanautoGainControlprotected intchannelCountprotected java.lang.StringdeviceIdprotected booleanechoCancellationprotected booleannoiseSuppression -
Constructor Summary
Constructors Constructor Description UiAudioTrackConstraints() -
Method Summary
Modifier and Type Method Description booleangetAutoGainControl()intgetChannelCount()java.lang.StringgetDeviceId()booleangetEchoCancellation()booleangetNoiseSuppression()UiObjectTypegetUiObjectType()UiAudioTrackConstraintssetAutoGainControl(boolean autoGainControl)UiAudioTrackConstraintssetChannelCount(int channelCount)UiAudioTrackConstraintssetDeviceId(java.lang.String deviceId)UiAudioTrackConstraintssetEchoCancellation(boolean echoCancellation)UiAudioTrackConstraintssetNoiseSuppression(boolean noiseSuppression)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.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
-
setChannelCount
-
setAutoGainControl
-
setEchoCancellation
-
setNoiseSuppression
-