TSpectrogram::Input Property

__declspec(property(get = GetInput1, put = SetInput1)) TSpectrum*Input;

Specifies Input for the data to the component.

Read: TSpectrum *GetInput1();
Write: void SetInput1(TSpectrum *Value);
Declared in Dew::Signal::TSpectrogram · Dew.Signal/SignalAnalysis.h · Cross-compiler