__declspec(property(get = GetFramesPerSecond, put = SetFramesPerSecond)) double FramesPerSecond;
Returns the number of frames per second according to Framing and overlapp properties.
Read:
double GetFramesPerSecond();Write:
void SetFramesPerSecond(const double Value);Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler