Class UiAudioTrackConstraints
java.lang.Object
org.teamapps.dto.UiAudioTrackConstraints
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected intprotected Stringprotected booleanprotected doubleprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintbooleandoublebooleansetAutoGainControl(boolean autoGainControl) setChannelCount(int channelCount) setDeviceId(String deviceId) setEchoCancellation(boolean echoCancellation) setGainFactor(double gainFactor) setNoiseSuppression(boolean noiseSuppression) toString()
-
Field Details
-
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
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getDeviceId
-
getChannelCount
public int getChannelCount() -
getAutoGainControl
public boolean getAutoGainControl() -
getGainFactor
public double getGainFactor() -
getEchoCancellation
public boolean getEchoCancellation() -
getNoiseSuppression
public boolean getNoiseSuppression() -
setDeviceId
-
setChannelCount
-
setAutoGainControl
-
setGainFactor
-
setEchoCancellation
-
setNoiseSuppression
-