Trait IMSVidAudioRenderer_Impl
pub trait IMSVidAudioRenderer_Impl: IMSVidOutputDevice_Impl {
// Required methods
fn SetVolume(&self, lvol: i32) -> Result<()>;
fn Volume(&self) -> Result<i32>;
fn SetBalance(&self, lbal: i32) -> Result<()>;
fn Balance(&self) -> Result<i32>;
}
Required Methods§
fn SetVolume(&self, lvol: i32) -> Result<()>
fn Volume(&self) -> Result<i32>
fn SetBalance(&self, lbal: i32) -> Result<()>
fn Balance(&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.