[][src]Trait gst_plugin::aggregator_pad::AggregatorPadBase

pub unsafe trait AggregatorPadBase: IsA<AggregatorPad> + IsA<Pad> + ObjectType {
    fn parent_flush(&self, aggregator: &Aggregator) -> FlowReturn { ... }
fn parent_skip_buffer(
        &self,
        aggregator: &Aggregator,
        buffer: &BufferRef
    ) -> bool { ... } }

Provided Methods

Implementors

impl<T: IsA<AggregatorPad> + IsA<Pad> + ObjectType> AggregatorPadBase for T
[src]