Set and change parameters of FFT graph.
Public Function SetFFTGraphParam(ByVal ParamID As TFFTGraphParamID, ByVal ParamValue As Integer) As Boolean
|
Parameters |
Description |
|
ByVal ParamID As TFFTGraphParamID |
FFT graph parameter identifier. Specify parameter you need to set or change. |
|
ByVal ParamValue As Integer |
Parameter value. This value depends on parameter identifier. Read more info about valid values for specific parameter identifier. |
|
Return Values |
Description |
|
True |
All OK. |
|
False |
Error. To get error message read here. |
By default, FFT graph is using 512 FFT points, 257 harmonics, Blackman-Harris window, logarithmic frequency distribution, line type, 25% transparency.
|
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |