__declspec(property(get = GetRecordLength, put = SetRecordLength)) long long RecordLength;
Read only. Returns the length in samples of the Data written so far in the current record per channel.
Read:
long long GetRecordLength();Write:
void SetRecordLength(const long long Value);Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler