[−][src]Trait gstreamer_base::subclass::aggregator_pad::AggregatorPadImplExt
Required methods
fn parent_flush(
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>
fn parent_skip_buffer(
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator,
buffer: &Buffer
) -> bool
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator,
buffer: &Buffer
) -> bool
Implementors
impl<T: AggregatorPadImpl + ObjectImpl> AggregatorPadImplExt for T
[src]
fn parent_flush(
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>
[src]
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator
) -> Result<FlowSuccess, FlowError>
fn parent_skip_buffer(
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator,
buffer: &Buffer
) -> bool
[src]
&self,
aggregator_pad: &AggregatorPad,
aggregator: &Aggregator,
buffer: &Buffer
) -> bool