[][src]Struct gstreamer_base::FlowCombiner

pub struct FlowCombiner(_);

Implementations

impl FlowCombiner[src]

pub fn new() -> FlowCombiner[src]

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

pub fn clear(&self)[src]

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

pub fn reset(&self)[src]

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

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

Trait Implementations

impl Clone for FlowCombiner[src]

impl Debug for FlowCombiner[src]

impl Default for FlowCombiner[src]

impl Eq for FlowCombiner[src]

impl Hash for FlowCombiner[src]

impl Ord for FlowCombiner[src]

impl PartialEq<FlowCombiner> for FlowCombiner[src]

impl PartialOrd<FlowCombiner> for FlowCombiner[src]

impl StaticType for FlowCombiner[src]

impl StructuralEq for FlowCombiner[src]

impl StructuralPartialEq for FlowCombiner[src]

Auto Trait Implementations

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<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[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.