ExtendedVideoConstraints
Interface that represents extended video resolution constraints for a video stream.
Props
exact
public exactNumber specifying a specific, required, value the property should have to be considered acceptable.
ideal
public idealNumber 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
public maxNumber 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
public minNumber specifying the smallest permissible value of the property it describes. If the value cannot remain equal to or greater than this value, matching fails.