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

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

Provided methods

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

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

Loading content...

Implementors

Loading content...