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§

Object Safety§

This trait is not object safe.

Implementors§