[][src]Trait gstreamer_base::prelude::AggregatorExtManual

pub trait AggregatorExtManual: 'static {
    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; }

Required methods

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

Loading content...

Implementors

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

Loading content...