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

pub trait AggregatorExtManual: 'static {
    fn allocator(&self) -> (Option<Allocator>, AllocationParams);
fn finish_buffer(&self, buffer: Buffer) -> Result<FlowSuccess, FlowError>;
fn finish_buffer_list(
        &self,
        bufferlist: BufferList
    ) -> Result<FlowSuccess, FlowError>;
fn min_upstream_latency(&self) -> ClockTime;
fn set_min_upstream_latency(&self, min_upstream_latency: ClockTime);
fn connect_min_upstream_latency_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn update_segment<F: FormattedValueIntrinsic>(
        &self,
        segment: &FormattedSegment<F>
    );
fn selected_samples(
        &self,
        pts: impl Into<Option<ClockTime>>,
        dts: impl Into<Option<ClockTime>>,
        duration: impl Into<Option<ClockTime>>,
        info: Option<&StructureRef>
    );
fn connect_samples_selected<P, F: Fn(&P, &Segment, Option<ClockTime>, Option<ClockTime>, Option<ClockTime>, Option<&StructureRef>) + Send + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId
    where
        P: IsA<Aggregator>
; }

Required methods

This is supported on crate feature v1_18 only.
This is supported on crate feature v1_16 only.
This is supported on crate feature v1_16 only.
This is supported on crate feature v1_16 only.
This is supported on crate feature v1_18 only.
This is supported on crate feature v1_18 only.
This is supported on crate feature v1_18 only.

Implementors

This is supported on crate feature v1_14 only.
This is supported on crate feature v1_18 only.
This is supported on crate feature v1_16 only.
This is supported on crate feature v1_16 only.
This is supported on crate feature v1_16 only.
This is supported on crate feature v1_18 only.
This is supported on crate feature v1_18 only.
This is supported on crate feature v1_18 only.