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

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

Provided methods

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

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

Loading content...

Implementors

Loading content...