__declspec(property(get = GetTotalRecordLength, put = SetTotalRecordLength)) long long TotalRecordLength;
Returns the sample count written for all channels.
Read:
long long GetTotalRecordLength();Write:
void SetTotalRecordLength(const long long Value);Remarks:
Returns the length in samples of the Data written so far in the current record of all channels. The value of this property is the same as RecordLength, if ChannelCount is 1.
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler