Trait windows::Win32::Media::DirectShow::IAMClockAdjust_Impl
pub trait IAMClockAdjust_Impl: Sized {
// Required method
fn SetClockDelta(&self, rtdelta: i64) -> Result<()>;
}
Required Methods§
fn SetClockDelta(&self, rtdelta: i64) -> Result<()>
Object Safety§
This trait is not object safe.