Class DXParamEQ
DX8 ParamEQ Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXParamEQ : IDisposable
Constructors
DXParamEQ(Int32, Double)
Creates a new instance of DXParamEQ.
Declaration
public DXParamEQ(int Channel, double Bandwidth = null)
Parameters
Int32
Channel
|
Double
Bandwidth
|
Methods
AddBand(Double)
Adds a Band.
Declaration
public int AddBand(double CenterFrequency = null)
Parameters
Double
CenterFrequency
The Band's center frequency in hertz, in the range from 80 to 16000. This value cannot exceed one-third of the frequency of the channel. Default = 100 Hz. |
Returns
Int32
The Band Index to be used with UpdateBand(Int32, Double). |
Dispose()
Frees all resources used by this instance.
Declaration
public void Dispose()
UpdateBand(Int32, Double)
Updates a Band.
Declaration
public void UpdateBand(int Band, double Gain)
Parameters
Int32
Band
The Index of the Band to Update (as returned by AddBand(Double)). |
Double
Gain
The new Gain value for the Band (-15 ... 0 ... 15). |