Package org.teamapps.dto
Klasse UiAudioTrackConstraints
java.lang.Object
org.teamapps.dto.UiAudioTrackConstraints
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanprotected intprotected Stringprotected booleanprotected doubleprotected boolean -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintbooleandoublebooleansetAutoGainControl(boolean autoGainControl) setChannelCount(int channelCount) setDeviceId(String deviceId) setEchoCancellation(boolean echoCancellation) setGainFactor(double gainFactor) setNoiseSuppression(boolean noiseSuppression) toString()
-
Felddetails
-
deviceId
-
channelCount
protected int channelCount -
autoGainControl
protected boolean autoGainControl -
gainFactor
protected double gainFactor -
echoCancellation
protected boolean echoCancellation -
noiseSuppression
protected boolean noiseSuppression
-
-
Konstruktordetails
-
UiAudioTrackConstraints
public UiAudioTrackConstraints()
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
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
-