windows::Win32::Media::DirectShow

Trait IAMAnalogVideoEncoder_Impl

pub trait IAMAnalogVideoEncoder_Impl: IUnknownImpl {
    // Required methods
    fn AvailableTVFormats(&self) -> Result<i32>;
    fn SetTVFormat(&self, lanalogvideostandard: i32) -> Result<()>;
    fn TVFormat(&self) -> Result<i32>;
    fn SetCopyProtection(&self, lvideocopyprotection: i32) -> Result<()>;
    fn CopyProtection(&self) -> Result<i32>;
    fn SetCCEnable(&self, lccenable: i32) -> Result<()>;
    fn CCEnable(&self) -> Result<i32>;
}

Required Methods§

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

fn SetTVFormat(&self, lanalogvideostandard: i32) -> Result<()>

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

fn SetCopyProtection(&self, lvideocopyprotection: i32) -> Result<()>

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

fn SetCCEnable(&self, lccenable: i32) -> Result<()>

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