gstreamer_base::aggregator

Trait 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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§