pub trait IVMRVideoStreamControl9_Impl: Sized {
    // Required methods
    fn SetStreamActiveState(&self, factive: BOOL) -> Result<()>;
    fn GetStreamActiveState(&self) -> Result<BOOL>;
}

Required Methods§

fn SetStreamActiveState(&self, factive: BOOL) -> Result<()>

fn GetStreamActiveState(&self) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§