TSpectrumStatsBuffer::BandIndex Property

__declspec(property(get = GetBandIndex, put = SetBandIndex)) int BandIndex;

Specifies the frequency band number whose RMS data is to be stored.

Read: int GetBandIndex();
Write: void SetBandIndex(const int Value);
Declared in Dew::Signal::TSpectrumStatsBuffer · Dew.Signal/SignalAnalysis.h · Cross-compiler