[−][src]Struct gstreamer_base::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]
&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>
[src]
&mut self,
pad: &P,
fret: Result<FlowSuccess, FlowError>
) -> Result<FlowSuccess, FlowError>
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,