Class NotchAudioEffect
Notch audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class NotchAudioEffect : BaseAudioEffect, ISharedAudioEffectX
  Constructors
NotchAudioEffect(uint)
Initializes a new instance of the NotchAudioEffect class.
Declaration
public NotchAudioEffect(uint cutOff)
  Parameters
| Type | Name | Description | 
|---|---|---|
| uint | cutOff | 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.
Declaration
public uint CutOff { get; set; }
  Property Value
| Type | Description | 
|---|---|
| uint | The cut off.  |