Click or drag to resize
AutomaticGainControl Class
Provides Automatic Gain Control (AGC) feature.
Inheritance Hierarchy
SystemObject
  StreamCoders.WaveAutomaticGainControl

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class AutomaticGainControl : IDisposable

The AutomaticGainControl type exposes the following members.

Constructors
  NameDescription
Public methodAutomaticGainControl
Default constructor.
Top
Properties
  NameDescription
Public propertyGainLevel
The maximum gain applied to a target signal.
Public propertyTargetLevel
The requested level of the signal.
Public propertyThresholdLevel
Lower threshold of application. If signal power falls below this threshold, then gain will not be applied.
Top
Methods
  NameDescription
Public methodApply
Public methodDispose
Destructor.
Public methodInit
Initializes class for use.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also