Trait gstreamer_base::prelude::AggregatorExtManual
source · pub trait AggregatorExtManual:
Sealed
+ IsA<Aggregator>
+ 'static {
// Provided methods
fn allocator(&self) -> (Option<Allocator>, AllocationParams) { ... }
fn set_position(&self, position: impl FormattedValue) { ... }
fn src_pad(&self) -> &AggregatorPad { ... }
}
Provided Methods§
fn allocator(&self) -> (Option<Allocator>, AllocationParams)
fn set_position(&self, position: impl FormattedValue)
fn src_pad(&self) -> &AggregatorPad
Object Safety§
This trait is not object safe.