pub trait IMFMediaSinkPreroll_Impl: Sized {
    // Required method
    fn NotifyPreroll(&self, hnsupcomingstarttime: i64) -> Result<()>;
}

Required Methods§

fn NotifyPreroll(&self, hnsupcomingstarttime: i64) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§