pub struct TrackId(/* private fields */);Available on crate feature
webrtc only.Expand description
Identifies one outbound track before/after negotiation. str0m’s own
[Mid] doesn’t exist until the SDP exchange that creates it completes,
so this is a stable handle usable from the moment
super::track::WebRtcHandle::add_track returns.
Trait Implementations§
impl Copy for TrackId
impl Eq for TrackId
impl StructuralPartialEq for TrackId
Auto Trait Implementations§
impl Freeze for TrackId
impl RefUnwindSafe for TrackId
impl Send for TrackId
impl Sync for TrackId
impl Unpin for TrackId
impl UnsafeUnpin for TrackId
impl UnwindSafe for TrackId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more