Interface MediaTrackSupportedConstraints
@JsType(isNative=true,
namespace="<global>")
public interface MediaTrackSupportedConstraints
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
isCursor()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isHeight()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isVolume()
boolean
isWidth()
void
setAspectRatio
(boolean aspectRatio) void
setAutoGainControl
(boolean autoGainControl) void
setChannelCount
(boolean channelCount) void
setCursor
(boolean cursor) void
setDeviceId
(boolean deviceId) void
setDisplaySurface
(boolean displaySurface) void
setEchoCancellation
(boolean echoCancellation) void
setFacingMode
(boolean facingMode) void
setFrameRate
(boolean frameRate) void
setGroupId
(boolean groupId) void
setHeight
(boolean height) void
setLatency
(boolean latency) void
setLogicalSurface
(boolean logicalSurface) void
setNoiseSuppression
(boolean noiseSuppression) void
setResizeMode
(boolean resizeMode) void
setRestrictOwnAudio
(boolean restrictOwnAudio) void
setSampleRate
(boolean sampleRate) void
setSampleSize
(boolean sampleSize) void
setSuppressLocalAudioPlayback
(boolean suppressLocalAudioPlayback) void
setVolume
(boolean volume) void
setWidth
(boolean width)
-
Method Details
-
isAspectRatio
@JsProperty boolean isAspectRatio() -
isAutoGainControl
@JsProperty boolean isAutoGainControl() -
isChannelCount
@JsProperty boolean isChannelCount() -
isCursor
@JsProperty boolean isCursor() -
isDeviceId
@JsProperty boolean isDeviceId() -
isDisplaySurface
@JsProperty boolean isDisplaySurface() -
isEchoCancellation
@JsProperty boolean isEchoCancellation() -
isFacingMode
@JsProperty boolean isFacingMode() -
isFrameRate
@JsProperty boolean isFrameRate() -
isGroupId
@JsProperty boolean isGroupId() -
isHeight
@JsProperty boolean isHeight() -
isLatency
@JsProperty boolean isLatency() -
isLogicalSurface
@JsProperty boolean isLogicalSurface() -
isNoiseSuppression
@JsProperty boolean isNoiseSuppression() -
isResizeMode
@JsProperty boolean isResizeMode() -
isRestrictOwnAudio
@JsProperty boolean isRestrictOwnAudio() -
isSampleRate
@JsProperty boolean isSampleRate() -
isSampleSize
@JsProperty boolean isSampleSize() -
isSuppressLocalAudioPlayback
@JsProperty boolean isSuppressLocalAudioPlayback() -
isVolume
@JsProperty boolean isVolume() -
isWidth
@JsProperty boolean isWidth() -
setAspectRatio
@JsProperty void setAspectRatio(boolean aspectRatio) -
setAutoGainControl
@JsProperty void setAutoGainControl(boolean autoGainControl) -
setChannelCount
@JsProperty void setChannelCount(boolean channelCount) -
setCursor
@JsProperty void setCursor(boolean cursor) -
setDeviceId
@JsProperty void setDeviceId(boolean deviceId) -
setDisplaySurface
@JsProperty void setDisplaySurface(boolean displaySurface) -
setEchoCancellation
@JsProperty void setEchoCancellation(boolean echoCancellation) -
setFacingMode
@JsProperty void setFacingMode(boolean facingMode) -
setFrameRate
@JsProperty void setFrameRate(boolean frameRate) -
setGroupId
@JsProperty void setGroupId(boolean groupId) -
setHeight
@JsProperty void setHeight(boolean height) -
setLatency
@JsProperty void setLatency(boolean latency) -
setLogicalSurface
@JsProperty void setLogicalSurface(boolean logicalSurface) -
setNoiseSuppression
@JsProperty void setNoiseSuppression(boolean noiseSuppression) -
setResizeMode
@JsProperty void setResizeMode(boolean resizeMode) -
setRestrictOwnAudio
@JsProperty void setRestrictOwnAudio(boolean restrictOwnAudio) -
setSampleRate
@JsProperty void setSampleRate(boolean sampleRate) -
setSampleSize
@JsProperty void setSampleSize(boolean sampleSize) -
setSuppressLocalAudioPlayback
@JsProperty void setSuppressLocalAudioPlayback(boolean suppressLocalAudioPlayback) -
setVolume
@JsProperty void setVolume(boolean volume) -
setWidth
@JsProperty void setWidth(boolean width)
-