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
Ordering
- Alphabetic
- By Inheritance
Inherited
- MediaTrackSupportedConstraints
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
aspectRatio: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
channelCount: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
deviceId: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
echoCancellation: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
facingMode: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
frameRate: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
groupId: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
height: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
latency: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
sampleRate: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
sampleSize: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
volume: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
width: UndefOr[Boolean]
- Annotations
- @JSOptional()