Trait gstreamer_base::prelude::BaseSinkExtManual [−][src]
pub trait BaseSinkExtManual: 'static {
fn segment(&self) -> Segment;
fn query_latency(
&self
) -> Result<(bool, bool, Option<ClockTime>, Option<ClockTime>), BoolError>;
}