Trait gstreamer_base::subclass::prelude::AggregatorPadImplExt
source · pub trait AggregatorPadImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_flush(
&self,
aggregator: &Aggregator,
) -> Result<FlowSuccess, FlowError> { ... }
fn parent_skip_buffer(
&self,
aggregator: &Aggregator,
buffer: &Buffer,
) -> bool { ... }
}
Provided Methods§
fn parent_flush( &self, aggregator: &Aggregator, ) -> Result<FlowSuccess, FlowError>
fn parent_skip_buffer(&self, aggregator: &Aggregator, buffer: &Buffer) -> bool
Object Safety§
This trait is not object safe.