ExtendedVideoConstraints
Interface that represents extended video resolution constraints for a video stream.
Props
exact
exact: number
Number specifying a specific, required, value the property should have to be considered acceptable.
ideal
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
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
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.