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]

Loading content...

Implementors

impl<O: IsA<BaseSink>> BaseSinkExtManual for O[src]

Loading content...