[][src]Trait gstreamer_base::BaseTransformExtManual

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

Required methods

fn get_allocator(&self) -> (Option<Allocator>, AllocationParams)

fn get_segment(&self) -> Segment

Loading content...

Implementors

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

Loading content...