gstreamer_base::subclass::aggregator_pad

Trait AggregatorPadImpl

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

Provided Methods§

Source

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

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§