Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoResolutionConstraint

example

{
  width: { ideal: 960 },
  height: { ideal: 540 },
  frameRate: {
    ideal: 30,
    max: 60,
  },
}

Hierarchy

  • VideoResolutionConstraint

Index

Properties

Properties

Optional frameRate

frameRate: ConstrainDouble

height

height: ConstrainULong

width

width: ConstrainULong

Generated using TypeDoc