Trait gstreamer_base::subclass::prelude::AggregatorPadImplExt   [−][src]
pub trait AggregatorPadImplExt: ObjectSubclass { fn parent_flush(
&self,
aggregator_pad: &Self::Type,
aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>; fn parent_skip_buffer(
&self,
aggregator_pad: &Self::Type,
aggregator: &Aggregator,
buffer: &Buffer
) -> bool; }
Required methods
fn parent_flush(
    &self, 
    aggregator_pad: &Self::Type, 
    aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>[src]fn parent_skip_buffer(
    &self, 
    aggregator_pad: &Self::Type, 
    aggregator: &Aggregator, 
    buffer: &Buffer
) -> bool[src]Implementors
This is supported on crate feature 
v1_14 only.fn parent_flush(
    &self, 
    aggregator_pad: &Self::Type, 
    aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>[src]fn parent_skip_buffer(
    &self, 
    aggregator_pad: &Self::Type, 
    aggregator: &Aggregator, 
    buffer: &Buffer
) -> bool[src]