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: FormattedValue>(&self, segment: &FormattedSegment<F>);
fn selected_samples(
        &self,
        pts: ClockTime,
        dts: ClockTime,
        duration: ClockTime,
        info: Option<&StructureRef>
    );
fn connect_samples_selected<P, F: Fn(&P, &Segment, ClockTime, ClockTime, ClockTime, Option<&StructureRef>) + Send + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId
    where
        P: IsA<Aggregator>
; }

Required methods

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

fn finish_buffer(&self, buffer: Buffer) -> Result<FlowSuccess, FlowError>[src]

fn finish_buffer_list(
    &self,
    bufferlist: BufferList
) -> Result<FlowSuccess, FlowError>
[src]

This is supported on crate feature v1_18 only.

fn min_upstream_latency(&self) -> ClockTime[src]

This is supported on crate feature v1_16 only.

fn set_min_upstream_latency(&self, min_upstream_latency: ClockTime)[src]

This is supported on crate feature v1_16 only.

fn connect_min_upstream_latency_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

This is supported on crate feature v1_16 only.

fn update_segment<F: FormattedValue>(&self, segment: &FormattedSegment<F>)[src]

This is supported on crate feature v1_18 only.

fn selected_samples(
    &self,
    pts: ClockTime,
    dts: ClockTime,
    duration: ClockTime,
    info: Option<&StructureRef>
)
[src]

This is supported on crate feature v1_18 only.

fn connect_samples_selected<P, F: Fn(&P, &Segment, ClockTime, ClockTime, ClockTime, Option<&StructureRef>) + Send + 'static>(
    &self,
    f: F
) -> SignalHandlerId where
    P: IsA<Aggregator>, 
[src]

This is supported on crate feature v1_18 only.
Loading content...

Implementors

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

This is supported on crate feature v1_14 only.

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

fn finish_buffer(&self, buffer: Buffer) -> Result<FlowSuccess, FlowError>[src]

fn finish_buffer_list(
    &self,
    bufferlist: BufferList
) -> Result<FlowSuccess, FlowError>
[src]

This is supported on crate feature v1_18 only.

fn min_upstream_latency(&self) -> ClockTime[src]

This is supported on crate feature v1_16 only.

fn set_min_upstream_latency(&self, min_upstream_latency: ClockTime)[src]

This is supported on crate feature v1_16 only.

fn connect_min_upstream_latency_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

This is supported on crate feature v1_16 only.

fn update_segment<F: FormattedValue>(&self, segment: &FormattedSegment<F>)[src]

This is supported on crate feature v1_18 only.

fn selected_samples(
    &self,
    pts: ClockTime,
    dts: ClockTime,
    duration: ClockTime,
    info: Option<&StructureRef>
)
[src]

This is supported on crate feature v1_18 only.

fn connect_samples_selected<P, F: Fn(&P, &Segment, ClockTime, ClockTime, ClockTime, Option<&StructureRef>) + Send + 'static>(
    &self,
    f: F
) -> SignalHandlerId where
    P: IsA<Aggregator>, 
[src]

This is supported on crate feature v1_18 only.
Loading content...