Struct gstreamer_base::FlowCombiner [−]
pub struct FlowCombiner(_);
Methods
impl FlowCombiner
[src]
impl FlowCombiner
pub fn new() -> FlowCombiner
[src]
pub fn new() -> FlowCombiner
pub 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) -> FlowReturn
pub 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
) -> FlowReturn
Trait Implementations
impl Clone for FlowCombiner
impl Clone for FlowCombiner
fn clone(&self) -> FlowCombiner
fn clone(&self) -> FlowCombiner
Returns 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 FlowCombiner
fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
impl Default for FlowCombiner
[src]
impl Default for FlowCombiner
Auto Trait Implementations
impl !Send for FlowCombiner
impl !Send for FlowCombiner
impl !Sync for FlowCombiner
impl !Sync for FlowCombiner