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

Trait IMSVidTuner_Impl

pub trait IMSVidTuner_Impl: IMSVidVideoInputDevice_Impl {
    // Required methods
    fn Tune(&self) -> Result<ITuneRequest>;
    fn SetTune(&self, ptr: Ref<'_, ITuneRequest>) -> Result<()>;
    fn TuningSpace(&self) -> Result<ITuningSpace>;
    fn SetTuningSpace(&self, plts: Ref<'_, ITuningSpace>) -> Result<()>;
}

Required Methods§

fn Tune(&self) -> Result<ITuneRequest>

fn SetTune(&self, ptr: Ref<'_, ITuneRequest>) -> Result<()>

fn TuningSpace(&self) -> Result<ITuningSpace>

fn SetTuningSpace(&self, plts: Ref<'_, ITuningSpace>) -> 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§