Struct gstreamer_base::FlowCombiner [−]
pub struct FlowCombiner(_);
Methods
impl FlowCombiner[src]
impl FlowCombinerpub fn new() -> FlowCombiner[src]
pub fn new() -> FlowCombinerpub fn add_pad<P: IsA<Pad>>(&self, pad: &P)[src]
pub fn add_pad<P: IsA<Pad>>(&self, pad: &P)pub fn clear(&self)[src]
pub fn clear(&self)pub fn remove_pad<P: IsA<Pad>>(&self, pad: &P)[src]
pub fn remove_pad<P: IsA<Pad>>(&self, pad: &P)pub fn reset(&self)[src]
pub fn reset(&self)pub fn update_flow(&self, fret: FlowReturn) -> FlowReturn[src]
pub fn update_flow(&self, fret: FlowReturn) -> FlowReturnpub fn update_pad_flow<P: IsA<Pad>>(
&self,
pad: &P,
fret: FlowReturn
) -> FlowReturn[src]
pub fn update_pad_flow<P: IsA<Pad>>(
&self,
pad: &P,
fret: FlowReturn
) -> FlowReturnTrait Implementations
impl Clone for FlowCombiner
impl Clone for FlowCombinerfn clone(&self) -> FlowCombiner
fn clone(&self) -> FlowCombinerReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl StaticType for FlowCombiner
impl StaticType for FlowCombinerfn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
impl Default for FlowCombiner[src]
impl Default for FlowCombinerAuto Trait Implementations
impl !Send for FlowCombiner
impl !Send for FlowCombinerimpl !Sync for FlowCombiner
impl !Sync for FlowCombiner