Trait gstreamer_base::subclass::prelude::AggregatorPadImpl[][src]

pub trait AggregatorPadImpl: AggregatorPadImplExt + PadImpl {
    fn flush(
        &self,
        aggregator_pad: &Self::Type,
        aggregator: &Aggregator
    ) -> Result<FlowSuccess, FlowError> { ... }
fn skip_buffer(
        &self,
        aggregator_pad: &Self::Type,
        aggregator: &Aggregator,
        buffer: &Buffer
    ) -> bool { ... } }

Provided methods

fn flush(
    &self,
    aggregator_pad: &Self::Type,
    aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>
[src]

fn skip_buffer(
    &self,
    aggregator_pad: &Self::Type,
    aggregator: &Aggregator,
    buffer: &Buffer
) -> bool
[src]

Loading content...

Implementors

Loading content...