pub type ResolvedMandatoryMediaTrackConstraints = GenericMandatoryMediaTrackConstraints<ResolvedMediaTrackConstraint>;
Expand description
The list of mandatory constraint sets for a MediaStreamTrack
object.
§W3C Spec Compliance
Corresponds to ResolvedMediaTrackConstraintSet
from the W3C “Media Capture and Streams” spec.
Unlike MandatoryMediaTrackConstraints
this type does not contain constraints
with bare values, but has them resolved to full constraints instead.
Aliased Type§
pub struct ResolvedMandatoryMediaTrackConstraints(/* private fields */);