@deprecated("all the members of MediaTrackConstraintSet are deprecated", "2.0.0")
object MediaTrackConstraintSet
- Companion:
- class
- Deprecated
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