Trait gstreamer_base::prelude::BaseTransformExtManual[][src]

pub trait BaseTransformExtManual: 'static {
    fn allocator(&self) -> (Option<Allocator>, AllocationParams);
fn segment(&self) -> Segment; }

Required methods

fn allocator(&self) -> (Option<Allocator>, AllocationParams)[src]

fn segment(&self) -> Segment[src]

Loading content...

Implementors

impl<O: IsA<BaseTransform>> BaseTransformExtManual for O[src]

Loading content...