Skip to main content

effect_from_options

Function effect_from_options 

Source
pub fn effect_from_options(
    name: &str,
    options: EffectOptions,
) -> PulseResult<PulseEffect>
Expand description

Builds an effect from a name and parsed options.

ยงErrors

Returns an error when the name, preset, option name, or option value is invalid.