Trait gst_plugin::aggregator_pad::AggregatorPadBase [−][src]
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
fn parent_flush(&self, aggregator: &Aggregator) -> FlowReturn
fn parent_skip_buffer(
&self,
aggregator: &Aggregator,
buffer: &BufferRef
) -> bool
&self,
aggregator: &Aggregator,
buffer: &BufferRef
) -> bool
Implementors
impl<T: IsA<AggregatorPad> + IsA<Pad> + ObjectType> AggregatorPadBase for T