Rate this page:

ExtendedVideoConstraints

Interface that represents extended video resolution constraints for a video stream.

Props

exact

Copy URL
exact: 

number

Number specifying a specific, required, value the property should have to be considered acceptable.

ideal

Copy URL
ideal: 

number

Number specifying an ideal value for the property. If possible, this value is used, but if it is not possible, the user agent uses the closest possible match.

max

Copy URL
max: 

number

Number specifying the largest permissible value of the property it describes. If the value cannot remain equal to or less than this value, matching fails.

min

Copy URL
min: 

number

Number specifying the smallest permissible value of the property it describes. If the value cannot remain equal to or greater than this value, matching fails.