t

org.scalajs.dom.experimental.mediastream

MediaTrackSupportedConstraints

trait MediaTrackSupportedConstraints extends Object

The MediaTrackSupportedConstraints dictionary establishes the list of constrainable properties recognized by the user agent or browser in its implementation of the MediaStreamTrack object. An object conforming to MediaTrackSupportedConstraints is returned by MediaDevices.getSupportedConstraints().

MDN

Annotations
@JSType()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaTrackSupportedConstraints
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val aspectRatio: UndefOr[Boolean]
    Annotations
    @JSOptional()
  2. val channelCount: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val deviceId: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. val echoCancellation: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. val facingMode: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val frameRate: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val groupId: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. val height: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val latency: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val sampleRate: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. val sampleSize: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. def toLocaleString(): String
    Definition Classes
    Object
  16. def valueOf(): Any
    Definition Classes
    Object
  17. val volume: UndefOr[Boolean]
    Annotations
    @JSOptional()
  18. val width: UndefOr[Boolean]
    Annotations
    @JSOptional()