[−][src]Trait gstreamer_base::AggregatorExtManual
Required methods
fn get_allocator(&self) -> (Option<Allocator>, AllocationParams)
fn finish_buffer(&self, buffer: Buffer) -> Result<FlowSuccess, FlowError>
fn finish_buffer_list(
&self,
bufferlist: BufferList
) -> Result<FlowSuccess, FlowError>
&self,
bufferlist: BufferList
) -> 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
&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>
)
&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>,
&self,
f: F
) -> SignalHandlerId where
P: IsA<Aggregator>,
Implementors
impl<O: IsA<Aggregator>> AggregatorExtManual for O
[src]
fn get_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]
&self,
bufferlist: BufferList
) -> Result<FlowSuccess, FlowError>
fn get_property_min_upstream_latency(&self) -> ClockTime
[src]
fn set_property_min_upstream_latency(&self, min_upstream_latency: ClockTime)
[src]
fn connect_property_min_upstream_latency_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn update_segment<F: FormattedValue>(&self, segment: &FormattedSegment<F>)
[src]
fn selected_samples(
&self,
pts: ClockTime,
dts: ClockTime,
duration: ClockTime,
info: Option<&StructureRef>
)
[src]
&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>,
[src]
&self,
f: F
) -> SignalHandlerId where
P: IsA<Aggregator>,