__declspec(property(get = GetSelectionStart, put = SetSelectionStart)) long long SelectionStart;
Specifies the lower file range limit.
Read:
long long GetSelectionStart();Write:
void SetSelectionStart(const long long Value);Remarks:
To limited the range of samples being processed the SelectionStart can be set to something different then 0. SelectionStart is defined in number of samples.
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler