windows::Win32::Media::WindowsMediaFormat

Trait IWMIndexer2_Impl

pub trait IWMIndexer2_Impl: IWMIndexer_Impl {
    // Required method
    fn Configure(
        &self,
        wstreamnum: u16,
        nindexertype: WMT_INDEXER_TYPE,
        pvinterval: *const c_void,
        pvindextype: *const c_void,
    ) -> Result<()>;
}

Required Methods§

fn Configure( &self, wstreamnum: u16, nindexertype: WMT_INDEXER_TYPE, pvinterval: *const c_void, pvindextype: *const c_void, ) -> 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§