BASS.NET API for the Un4seen BASS Audio Library

VisualsMaxFFT Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the number of FFT data to get (can be either BASS_DATA_FFT512, BASS_DATA_FFT1024, BASS_DATA_FFT2048, BASS_DATA_FFT4096 or BASS_DATA_FFT8192 (Default is 4096).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASSData MaxFFT { get; set; }

Property Value

Type: BASSData
Remarks

The higher the resolution, the more sample data is needed and the more complex the FFT calculation is.
See Also

Reference