File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ impl<T> Track<T> {
207207 }
208208 }
209209
210- /// Sets the provided [ `StreamSink`] for this [`Track`] to use for
210+ /// Sets the provided `StreamSink` for this [`Track`] to use for
211211 /// [`api::TrackEvent`]s emitting.
212212 pub fn set_track_events_tx ( & mut self , sink : StreamSink < api:: TrackEvent > ) {
213213 drop ( self . events_tx . replace ( sink) ) ;
@@ -264,7 +264,7 @@ impl<T> Track<T> {
264264 }
265265}
266266
267- /// Representation of a [`kind::Video`] [`Track`] interface.
267+ /// Representation of a video [`Track`] interface.
268268pub type VideoTrack = Track < kind:: Video > ;
269269
270270impl VideoTrack {
@@ -466,7 +466,7 @@ impl sys::OnFrameCallback for VideoFormatSink {
466466 }
467467}
468468
469- /// Representation of a [`kind::Audio`] [`Track`] interface.
469+ /// Representation of an audio [`Track`] interface.
470470pub type AudioTrack = Track < kind:: Audio > ;
471471
472472impl AudioTrack {
You can’t perform that action at this time.
0 commit comments