windows::Win32::Media::DirectShow::Tv

Trait IMSVidVMR9_Impl

pub trait IMSVidVMR9_Impl: IMSVidVideoRenderer_Impl {
    // Required methods
    fn Allocator_ID(&self) -> Result<i32>;
    fn SetAllocator(
        &self,
        allocpresent: Ref<'_, IUnknown>,
        id: i32,
    ) -> Result<()>;
    fn SetSuppressEffects(&self, bsuppress: VARIANT_BOOL) -> Result<()>;
    fn SuppressEffects(&self) -> Result<VARIANT_BOOL>;
    fn Allocator(&self) -> Result<IUnknown>;
}

Required Methods§

fn Allocator_ID(&self) -> Result<i32>

fn SetAllocator(&self, allocpresent: Ref<'_, IUnknown>, id: i32) -> Result<()>

fn SetSuppressEffects(&self, bsuppress: VARIANT_BOOL) -> Result<()>

fn SuppressEffects(&self) -> Result<VARIANT_BOOL>

fn Allocator(&self) -> Result<IUnknown>

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§