pub trait IAcousticEchoCancellationControl_Impl: Sized {
    // Required method
    fn SetEchoCancellationRenderEndpoint(
        &self,
        endpointid: &PCWSTR
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§