TSignalEnvelopeDetector::Length Property

__declspec(property(get = GetLength, put = SetLength)) int Length;

Get or set the length of the signal in samples.

Read: int GetLength();
Write: void SetLength(const int Value);
Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler