[−][src]Trait minidsp::Channel
Provided methods
#[must_use]pub fn set_mute<'life0, 'async_trait>(
&'life0 self,
value: bool
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: Sync + 'async_trait,
[src]
&'life0 self,
value: bool
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: Sync + 'async_trait,
Sets the current mute setting
#[must_use]pub fn set_gain<'life0, 'async_trait>(
&'life0 self,
value: Gain
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: Sync + 'async_trait,
[src]
&'life0 self,
value: Gain
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: Sync + 'async_trait,
Sets the current gain setting
pub fn peq(&self, index: usize) -> BiquadFilter<'_>
[src]
Get an object for configuring the parametric equalizer associated to this channel