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§
fn allocator(&self) -> (Option<Allocator>, AllocationParams)
fn segment(&self) -> Segment
fn sink_pad(&self) -> &Pad
fn src_pad(&self) -> &Pad
Object Safety§
This trait is not object safe.