TSignalBrowse::RecordPosition Property

__declspec(property(get = GetRecordPosition, put = SetRecordPosition)) long long RecordPosition;

Set the property to specify position in samples of the read cursor within the current record.

Read: long long GetRecordPosition();
Write: void SetRecordPosition(const long long Value);
Remarks:

Read this property to get the position in samples of the read cursor within the current record. SpanLength samples will be loaded in the Data property. If SpanLength is bigger then SpanLimit*Increment, the data will be read from the peak files. Otherwise it will be read from the original signal file. The record sample position always refers to the signal file. If data will be read from the peak file, the amount of samples loaded will cover the same time span as SpanLength samples cover in the signal file.

Declared in Dew::Signal::TSignalBrowse · Dew.Signal/FileSignal.h · Cross-compiler