pub trait IMFMediaEngineWebSupport_Impl: Sized {
// 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<()>
Object Safety§
This trait is not object safe.