Struct gstreamer_base::UniqueFlowCombiner
source · pub struct UniqueFlowCombiner(_);
Implementations§
source§impl UniqueFlowCombiner
impl UniqueFlowCombiner
pub fn new() -> Self
pub fn add_pad<P: IsA<Pad>>(&mut self, pad: &P)
pub fn clear(&mut self)
pub fn remove_pad<P: IsA<Pad>>(&mut self, pad: &P)
pub fn reset(&mut self)
pub fn update_flow( &mut self, fret: Result<FlowSuccess, FlowError> ) -> Result<FlowSuccess, FlowError>
pub fn update_pad_flow<P: IsA<Pad>>( &mut self, pad: &P, fret: Result<FlowSuccess, FlowError> ) -> Result<FlowSuccess, FlowError>
Trait Implementations§
source§impl Debug for UniqueFlowCombiner
impl Debug for UniqueFlowCombiner
source§impl Default for UniqueFlowCombiner
impl Default for UniqueFlowCombiner
impl Send for UniqueFlowCombiner
impl Sync for UniqueFlowCombiner
Auto Trait Implementations§
impl RefUnwindSafe for UniqueFlowCombiner
impl Unpin for UniqueFlowCombiner
impl UnwindSafe for UniqueFlowCombiner
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