Type Alias ResolvedMediaTrackConstraintSet

Source
pub type ResolvedMediaTrackConstraintSet = GenericMediaTrackConstraintSet<ResolvedMediaTrackConstraint>;
Expand description

Media track constraint set that contains only constraints (both, empty and non-empty).

Aliased Type§

pub struct ResolvedMediaTrackConstraintSet(/* private fields */);

Implementations§