pub trait IWMPlayerTimestampHook_Impl: Sized {
// Required method
fn MapTimestamp(&self, rtin: i64) -> Result<i64>;
}
Required Methods§
fn MapTimestamp(&self, rtin: i64) -> Result<i64>
Object Safety§
This trait is not object safe.
pub trait IWMPlayerTimestampHook_Impl: Sized {
// Required method
fn MapTimestamp(&self, rtin: i64) -> Result<i64>;
}