Package org.teamapps.ux.component.webrtc
Klasse AudioTrackConstraints
java.lang.Object
org.teamapps.ux.component.webrtc.AudioTrackConstraints
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAudioTrackConstraints(boolean autoGainControl, boolean echoCancellation, boolean noiseSuppression) AudioTrackConstraints(int channelCount, boolean autoGainControl, boolean echoCancellation, boolean noiseSuppression) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.teamapps.dto.UiAudioTrackConstraintsbooleanintdoubleinthashCode()booleanbooleanbooleanvoidsetAutoGainControl(boolean autoGainControl) voidsetChannelCount(int channelCount) voidsetDeviceId(String deviceId) voidsetEchoCancellation(boolean echoCancellation) voidsetGainFactor(double gainFactor) voidsetNoiseSuppression(boolean noiseSuppression)
-
Konstruktordetails
-
AudioTrackConstraints
public AudioTrackConstraints() -
AudioTrackConstraints
public AudioTrackConstraints(boolean autoGainControl, boolean echoCancellation, boolean noiseSuppression) -
AudioTrackConstraints
public AudioTrackConstraints(int channelCount, boolean autoGainControl, boolean echoCancellation, boolean noiseSuppression)
-
-
Methodendetails
-
createUiAudioTrackConstraints
public org.teamapps.dto.UiAudioTrackConstraints createUiAudioTrackConstraints() -
getChannelCount
public int getChannelCount() -
setChannelCount
public void setChannelCount(int channelCount) -
isAutoGainControl
public boolean isAutoGainControl() -
setAutoGainControl
public void setAutoGainControl(boolean autoGainControl) -
isEchoCancellation
public boolean isEchoCancellation() -
setEchoCancellation
public void setEchoCancellation(boolean echoCancellation) -
isNoiseSuppression
public boolean isNoiseSuppression() -
setNoiseSuppression
public void setNoiseSuppression(boolean noiseSuppression) -
getDeviceId
-
setDeviceId
-
getGainFactor
public double getGainFactor() -
setGainFactor
public void setGainFactor(double gainFactor) -
equals
-
hashCode
public int hashCode()
-