pub trait IWMReaderTypeNegotiation_Impl: Sized {
    // Required method
    fn TryOutputProps(
        &self,
        dwoutputnum: u32,
        poutput: Option<&IWMOutputMediaProps>
    ) -> Result<()>;
}

Required Methods§

fn TryOutputProps( &self, dwoutputnum: u32, poutput: Option<&IWMOutputMediaProps> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§