Trait gstreamer_base::base_sink::BaseSinkExtManual
source · pub trait BaseSinkExtManual:
Sealed
+ IsA<BaseSink>
+ 'static {
// Provided methods
fn segment(&self) -> Segment { ... }
fn query_latency(
&self,
) -> Result<(bool, bool, Option<ClockTime>, Option<ClockTime>), BoolError> { ... }
fn sink_pad(&self) -> &Pad { ... }
}
Provided Methods§
fn segment(&self) -> Segment
fn query_latency( &self, ) -> Result<(bool, bool, Option<ClockTime>, Option<ClockTime>), BoolError>
fn sink_pad(&self) -> &Pad
Object Safety§
This trait is not object safe.