Trait IMFMediaEngineWebSupport_Impl
pub trait IMFMediaEngineWebSupport_Impl: IUnknownImpl {
// Required methods
fn ShouldDelayTheLoadEvent(&self) -> BOOL;
fn ConnectWebAudio(&self, dwsamplerate: u32) -> Result<IAudioSourceProvider>;
fn DisconnectWebAudio(&self) -> Result<()>;
}
Required Methods§
fn ShouldDelayTheLoadEvent(&self) -> BOOL
fn ConnectWebAudio(&self, dwsamplerate: u32) -> Result<IAudioSourceProvider>
fn DisconnectWebAudio(&self) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.