Struct web_audio_api::node::GainOptions
source · pub struct GainOptions {
pub gain: f32,
pub channel_config: ChannelConfigOptions,
}
Expand description
Options for constructing a GainNode
Fields§
§gain: f32
§channel_config: ChannelConfigOptions
Trait Implementations§
source§impl Clone for GainOptions
impl Clone for GainOptions
source§fn clone(&self) -> GainOptions
fn clone(&self) -> GainOptions
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