pub trait IMFPresentationTimeSource_Impl: Sized + IMFClock_Impl {
    // Required method
    fn GetUnderlyingClock(&self) -> Result<IMFClock>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§