pub trait IMSVidAudioRendererEvent2_Impl: Sized + 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§

Object Safety§

This trait is not object safe.

Implementors§