pub trait IVPManager_Impl: Sized {
    // Required methods
    fn SetVideoPortIndex(&self, dwvideoportindex: u32) -> Result<()>;
    fn GetVideoPortIndex(&self) -> Result<u32>;
}

Required Methods§

fn SetVideoPortIndex(&self, dwvideoportindex: u32) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§