[−][src]Trait gstreamer_base::BaseSinkExtManual
Required methods
fn get_segment(&self) -> Segment
fn wait(
&self,
time: ClockTime
) -> (Result<FlowSuccess, FlowError>, ClockTimeDiff)
&self,
time: ClockTime
) -> (Result<FlowSuccess, FlowError>, ClockTimeDiff)
fn wait_preroll(&self) -> Result<FlowSuccess, FlowError>
fn wait_clock(
&self,
time: ClockTime
) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)
&self,
time: ClockTime
) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)
fn query_latency(&self) -> Result<(bool, bool, ClockTime, ClockTime), BoolError>
Implementors
impl<O: IsA<BaseSink>> BaseSinkExtManual for O
[src]
fn get_segment(&self) -> Segment
[src]
fn wait(
&self,
time: ClockTime
) -> (Result<FlowSuccess, FlowError>, ClockTimeDiff)
[src]
&self,
time: ClockTime
) -> (Result<FlowSuccess, FlowError>, ClockTimeDiff)
fn wait_preroll(&self) -> Result<FlowSuccess, FlowError>
[src]
fn wait_clock(
&self,
time: ClockTime
) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)
[src]
&self,
time: ClockTime
) -> (Result<ClockSuccess, ClockError>, ClockTimeDiff)