windows::Win32::Media::MediaFoundation

Trait IMFNetSchemeHandlerConfig_Impl

pub trait IMFNetSchemeHandlerConfig_Impl: IUnknownImpl {
    // Required methods
    fn GetNumberOfSupportedProtocols(&self) -> Result<u32>;
    fn GetSupportedProtocolType(
        &self,
        nprotocolindex: u32,
    ) -> Result<MFNETSOURCE_PROTOCOL_TYPE>;
    fn ResetProtocolRolloverSettings(&self) -> Result<()>;
}

Required Methods§

fn GetNumberOfSupportedProtocols(&self) -> Result<u32>

fn GetSupportedProtocolType( &self, nprotocolindex: u32, ) -> Result<MFNETSOURCE_PROTOCOL_TYPE>

fn ResetProtocolRolloverSettings(&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.

Implementors§