pub trait IMFMediaEngineWebSupport_Impl: Sized {
    // Required methods
    fn ShouldDelayTheLoadEvent(&self) -> BOOL;
    fn ConnectWebAudio(&self, dwsamplerate: u32) -> Result<IAudioSourceProvider>;
    fn DisconnectWebAudio(&self) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§