C# 클래스 ManagedBass.DirectX8.DXParamEQ

DX8 ParamEQ Effect.
상속: IDisposable
파일 보기 프로젝트 열기: ManagedBass/ManagedBass

공개 메소드들

메소드 설명
AddBand ( double CenterFrequency = 100 ) : int

Adds a Band.

DXParamEQ ( int Channel, double Bandwidth = 18 ) : System

Creates a new instance of DXParamEQ.

Dispose ( ) : void

Frees all resources used by this instance.

UpdateBand ( int Band, double Gain ) : void

Updates a Band.

메소드 상세

AddBand() 공개 메소드

Adds a Band.
public AddBand ( double CenterFrequency = 100 ) : int
CenterFrequency double 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.
리턴 int

DXParamEQ() 공개 메소드

Creates a new instance of DXParamEQ.
public DXParamEQ ( int Channel, double Bandwidth = 18 ) : System
Channel int
Bandwidth double
리턴 System

Dispose() 공개 메소드

Frees all resources used by this instance.
public Dispose ( ) : void
리턴 void

UpdateBand() 공개 메소드

Updates a Band.
public UpdateBand ( int Band, double Gain ) : void
Band int The Index of the Band to Update (as returned by ).
Gain double The new Gain value for the Band (-15 ... 0 ... 15).
리턴 void