gstreamer_base::base_transform

Trait BaseTransformExtManual

Source
pub trait BaseTransformExtManual:
    Sealed
    + IsA<BaseTransform>
    + 'static {
    // Provided methods
    fn allocator(&self) -> (Option<Allocator>, AllocationParams) { ... }
    fn segment(&self) -> Segment { ... }
    fn sink_pad(&self) -> &Pad { ... }
    fn src_pad(&self) -> &Pad { ... }
}

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§