Defines the size of the Fast Fourier Transform
Namespace: NDXVUMeterNETAssembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public enum FFTSizeConstants |
| Visual Basic |
|---|
Public Enumeration FFTSizeConstants |
| Visual C++ |
|---|
public enum class FFTSizeConstants |
Members
| Member name | Value | Description | |
|---|---|---|---|
| FFTs128 | 128 | 128 bands | |
| FFTs256 | 256 | 256 bands | |
| FFTs512 | 512 | 512 bands | |
| FFTs1024 | 1024 | 1024 bands | |
| FFTs2048 | 2048 | 2048 bands | |
| FFTs4096 | 4096 | 4096 bands | |
| FFTs8192 | 8192 | 8192 bands | |
| FFTs16384 | 16384 | 16384 bands | |
| FFTs32768 | 32768 | 32768 bands |