Sets or returns the size (bands) of the Fast Fourier Transform

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public DXVUMeterNETGDI..::..FFTSizeConstants FFTSize { get; set; }
Visual Basic
Public Property FFTSize As DXVUMeterNETGDI..::..FFTSizeConstants
	Get
	Set
Visual C++
public:
property DXVUMeterNETGDI..::..FFTSizeConstants FFTSize {
	DXVUMeterNETGDI..::..FFTSizeConstants get ();
	void set (DXVUMeterNETGDI..::..FFTSizeConstants value);
}

See Also