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
fn finish_buffer(&self, buffer: Buffer) -> Result<FlowSuccess, FlowError>[src]fn finish_buffer_list(
&self,
bufferlist: BufferList
) -> 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]
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]
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]
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: FormattedValueIntrinsic>(
&self,
segment: &FormattedSegment<F>
)[src]
fn update_segment<F: FormattedValueIntrinsic>(
&self,
segment: &FormattedSegment<F>
)[src]This is supported on crate feature
v1_18 only.This is supported on crate feature
v1_18 only.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>, [src]
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>, [src]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.fn connect_min_upstream_latency_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
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.This is supported on crate feature
v1_18 only.This is supported on crate feature
v1_18 only.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>, [src]
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>, [src]This is supported on crate feature
v1_18 only.