Struct web_audio_api::node::DynamicsCompressorOptions
source · pub struct DynamicsCompressorOptions {
pub attack: f32,
pub knee: f32,
pub ratio: f32,
pub release: f32,
pub threshold: f32,
pub channel_config: ChannelConfigOptions,
}Expand description
Options for constructing a DynamicsCompressorNode
Fields§
§attack: f32§knee: f32§ratio: f32§release: f32§threshold: f32§channel_config: ChannelConfigOptionsTrait Implementations§
source§impl Clone for DynamicsCompressorOptions
impl Clone for DynamicsCompressorOptions
source§fn clone(&self) -> DynamicsCompressorOptions
fn clone(&self) -> DynamicsCompressorOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more