[][src]Struct gstreamer_base::UniqueFlowCombiner

pub struct UniqueFlowCombiner(_);

Methods

impl UniqueFlowCombiner[src]

pub fn new() -> UniqueFlowCombiner[src]

pub fn add_pad<P: IsA<Pad>>(&mut self, pad: &P)[src]

pub fn clear(&mut self)[src]

pub fn remove_pad<P: IsA<Pad>>(&mut self, pad: &P)[src]

pub fn reset(&mut self)[src]

pub fn update_flow(
    &mut self,
    fret: Result<FlowSuccess, FlowError>
) -> Result<FlowSuccess, FlowError>
[src]

pub fn update_pad_flow<P: IsA<Pad>>(
    &mut self,
    pad: &P,
    fret: Result<FlowSuccess, FlowError>
) -> Result<FlowSuccess, FlowError>
[src]

Trait Implementations

impl Debug for UniqueFlowCombiner[src]

impl Default for UniqueFlowCombiner[src]

impl Send for UniqueFlowCombiner[src]

impl Sync for UniqueFlowCombiner[src]

Auto Trait Implementations

impl RefUnwindSafe for UniqueFlowCombiner

impl Unpin for UniqueFlowCombiner

impl UnwindSafe for UniqueFlowCombiner

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.