windows::Win32::Media::DirectShow

Trait ICCSubStreamFiltering_Impl

pub trait ICCSubStreamFiltering_Impl: IUnknownImpl {
    // Required methods
    fn SubstreamTypes(&self) -> Result<i32>;
    fn SetSubstreamTypes(&self, types: i32) -> Result<()>;
}

Required Methods§

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

fn SetSubstreamTypes(&self, types: i32) -> 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§