__declspec(property(get = GetMaxFrames, put = SetMaxFrames)) long long MaxFrames;
Read Only. Determine the maximum number of frames.
Read:
long long GetMaxFrames();Write:
void SetMaxFrames(const long long Value);Remarks:
Determine the maximum number of frames within the current record with the current setting of OverlappingSamples property.
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler