MediaTrackConstraintSet

@deprecated("all the members of MediaTrackConstraintSet are deprecated", "2.0.0")
Companion:
class
Deprecated
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("use `new MediaTrackConstraintSet { ... }` instead", "2.0.0") @inline
def apply(width: UndefOr[Double], height: UndefOr[Double], aspectRatio: UndefOr[Double], frameRate: UndefOr[Double], facingMode: UndefOr[String], volume: UndefOr[Double], sampleRate: UndefOr[Double], sampleSize: UndefOr[Double], echoCancellation: UndefOr[Boolean], deviceId: UndefOr[String], groupId: UndefOr[String]): MediaTrackConstraintSet
Deprecated