pub type MandatoryMediaTrackConstraints = GenericMandatoryMediaTrackConstraints<MediaTrackConstraint>;
Expand description
The list of mandatory constraint sets for a MediaStreamTrack
object.
§W3C Spec Compliance
Corresponds to ResolvedMediaTrackConstraints.mandatory
from the W3C “Media Capture and Streams” spec.
Unlike ResolvedMandatoryMediaTrackConstraints
this type may contain constraints with bare values.
Aliased Type§
pub struct MandatoryMediaTrackConstraints(/* private fields */);