pub struct FanoutSrcFactory { /* private fields */ }Expand description
Factory for a terminal fan-out source (M727): a 0-in / N-out
MultiOutputSource generating every
output itself (a WebRTC session receiving its tracks). The build takes
the linked output count so the parser can validate it against the
element’s intrinsic port count.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FanoutSrcFactory
impl RefUnwindSafe for FanoutSrcFactory
impl Send for FanoutSrcFactory
impl Sync for FanoutSrcFactory
impl Unpin for FanoutSrcFactory
impl UnsafeUnpin for FanoutSrcFactory
impl UnwindSafe for FanoutSrcFactory
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