pub trait IMFPresentationTimeSource_Impl: Sized + IMFClock_Impl {
// Required method
fn GetUnderlyingClock(&self) -> Result<IMFClock>;
}
Required Methods§
fn GetUnderlyingClock(&self) -> Result<IMFClock>
Object Safety§
This trait is not object safe.