pub struct DemuxFactory { /* private fields */ }Expand description
A named fan-out demuxer factory for the gst-launch parser (M210): the
transpose of MuxerFactory. A 1-to-N element built per use with the
output count the parser derives from link degree (the d. references),
because a MultiOutputElement’s
output-pad count must match the demux node’s fan-out.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DemuxFactory
impl RefUnwindSafe for DemuxFactory
impl Send for DemuxFactory
impl Sync for DemuxFactory
impl Unpin for DemuxFactory
impl UnsafeUnpin for DemuxFactory
impl UnwindSafe for DemuxFactory
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