pub struct MuxerFactory { /* private fields */ }Expand description
A named fan-in muxer factory for the gst-launch parser (M122): an
N-to-1 element built per use with the input count the parser derives from
link degree. Unlike LaunchFactory (a single-in / single-out transform
or sink), the constructor takes the input count, because a
MultiInputElement’s input_count must match
the muxer node’s input-pad count.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MuxerFactory
impl RefUnwindSafe for MuxerFactory
impl Send for MuxerFactory
impl Sync for MuxerFactory
impl Unpin for MuxerFactory
impl UnsafeUnpin for MuxerFactory
impl UnwindSafe for MuxerFactory
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