[][src]Trait gstreamer_base::AggregatorExtManual

pub trait AggregatorExtManual: 'static {
    fn get_allocator(&self) -> (Option<Allocator>, AllocationParams);
fn finish_buffer(&self, buffer: Buffer) -> Result<FlowSuccess, FlowError>;
fn get_property_min_upstream_latency(&self) -> ClockTime;
fn set_property_min_upstream_latency(&self, min_upstream_latency: ClockTime);
fn connect_property_min_upstream_latency_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn update_segment<F: FormattedValue>(&self, segment: &FormattedSegment<F>); }

Required methods

Loading content...

Implementors

impl<O: IsA<Aggregator>> AggregatorExtManual for O[src]

Loading content...