[][src]Trait gstreamer_base::subclass::aggregator_pad::AggregatorPadImplExt

pub trait AggregatorPadImplExt {
    fn parent_flush(
        &self,
        aggregator_pad: &AggregatorPad,
        aggregator: &Aggregator
    ) -> Result<FlowSuccess, FlowError>;
fn parent_skip_buffer(
        &self,
        aggregator_pad: &AggregatorPad,
        aggregator: &Aggregator,
        buffer: &Buffer
    ) -> bool; }

Required methods

fn parent_flush(
    &self,
    aggregator_pad: &AggregatorPad,
    aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>

fn parent_skip_buffer(
    &self,
    aggregator_pad: &AggregatorPad,
    aggregator: &Aggregator,
    buffer: &Buffer
) -> bool

Loading content...

Implementors

impl<T: AggregatorPadImpl + ObjectImpl> AggregatorPadImplExt for T[src]

Loading content...