File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,9 @@ impl ResolvedMediaTrackConstraint {
436
436
///
437
437
/// Further more `self.0` MUST NOT be exposed mutably,
438
438
/// as otherwise it could become empty via mutation.
439
+ ///
440
+ /// [media_stream_track]: https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack
441
+ /// [media_track_constraints]: https://www.w3.org/TR/mediacapture-streams/#dom-mediatrackconstraints
439
442
#[ derive( Debug , Clone , PartialEq ) ]
440
443
pub struct SanitizedMediaTrackConstraint ( ResolvedMediaTrackConstraint ) ;
441
444
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ use super::{
12
12
} ;
13
13
14
14
/// A boolean on/off flag or bare value or constraints for a [`MediaStreamTrack`][media_stream_track] object.
15
+ ///
16
+ /// [media_stream_track]: https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack
15
17
pub type BoolOrMediaTrackConstraints = GenericBoolOrMediaTrackConstraints < MediaTrackConstraint > ;
16
18
17
19
/// A boolean on/off flag or constraints for a [`MediaStreamTrack`][media_stream_track] object.
You can’t perform that action at this time.
0 commit comments