Interface MediaTrackSupportedConstraints


@JsType(isNative=true, namespace="<global>") public interface MediaTrackSupportedConstraints
  • 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)