__declspec(property(get = GetOverlappingPercent, put = SetOverlappingPercent)) double OverlappingPercent;
Define the overlapping in percent of consequtive frames when reading the file.
Read:
double GetOverlappingPercent();Write:
void SetOverlappingPercent(const double Value);Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler