Table of Contents

Class NotchAudioEffect

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Notch audio effect. Implements the VisioForge.Core.Types.X.AudioEffects.BaseAudioEffect.

public class NotchAudioEffect : BaseAudioEffect, ISharedAudioEffectX

Inheritance

Implements

Inherited Members

Constructors

NotchAudioEffect(uint)

Initializes a new instance of the VisioForge.Core.Types.X.AudioEffects.NotchAudioEffect class.

public NotchAudioEffect(uint cutOff)

Parameters

cutOff uint

Specifies the cutoff frequency for a specific channel at which the cutoff will have it's maximum amplification.

Properties

CutOff

Gets or sets the cutoff frequency for a specific channel at which the cutoff will have it's maximum amplification.

public uint CutOff { get; set; }

Property Value

uint

See Also