RecordingOnMotion_MotionThreshold
Delphi
property RecordingOnMotion_MotionThreshold: Double read GetRecordingOnMotion_MotionThreshold write SetRecordingOnMotion_MotionThreshold;
C++Builder
__property double RecordingOnMotion_MotionThreshold = {read=GetRecordingOnMotion_MotionThreshold, write=SetRecordingOnMotion_MotionThreshold};
C#
public double RecordingOnMotion_MotionThreshold { get; set; }
VB.NET
Public Property RecordingOnMotion_MotionThreshold As Double
C++/Qt
double GetRecordingOnMotion_MotionThreshold ();
void SetRecordingOnMotion_MotionThreshold (double Value);
When RecordingOnMotion_Enabled is activated, this propety specifies a minimal motion ratio above which the recording is (re-)activated.