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

Trait IMSVidAudioRendererEvent2_Impl

pub trait IMSVidAudioRendererEvent2_Impl: IMSVidAudioRendererEvent_Impl {
    // Required methods
    fn AVDecAudioDualMono(&self) -> Result<()>;
    fn AVAudioSampleRate(&self) -> Result<()>;
    fn AVAudioChannelConfig(&self) -> Result<()>;
    fn AVAudioChannelCount(&self) -> Result<()>;
    fn AVDecCommonMeanBitRate(&self) -> Result<()>;
    fn AVDDSurroundMode(&self) -> Result<()>;
    fn AVDecCommonInputFormat(&self) -> Result<()>;
    fn AVDecCommonOutputFormat(&self) -> Result<()>;
}

Required Methods§

fn AVDecAudioDualMono(&self) -> Result<()>

fn AVAudioSampleRate(&self) -> Result<()>

fn AVAudioChannelConfig(&self) -> Result<()>

fn AVAudioChannelCount(&self) -> Result<()>

fn AVDecCommonMeanBitRate(&self) -> Result<()>

fn AVDDSurroundMode(&self) -> Result<()>

fn AVDecCommonInputFormat(&self) -> Result<()>

fn AVDecCommonOutputFormat(&self) -> 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§