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

Trait IMSVidAnalogTuner2_Impl

pub trait IMSVidAnalogTuner2_Impl: IMSVidAnalogTuner_Impl {
    // Required methods
    fn TVFormats(&self) -> Result<i32>;
    fn TunerModes(&self) -> Result<i32>;
    fn NumAuxInputs(&self) -> Result<i32>;
}

Required Methods§

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

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

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

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§