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