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

Trait IMSVidEncoder_Impl

pub trait IMSVidEncoder_Impl: IMSVidFeature_Impl {
    // Required methods
    fn VideoEncoderInterface(&self) -> Result<IUnknown>;
    fn AudioEncoderInterface(&self) -> Result<IUnknown>;
}

Required Methods§

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

fn AudioEncoderInterface(&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§