QuercusVL Programming ManualTime that the start of the video recording will be advanced.; in miliseconds.C++: int get_PreVideoTimeMs ( )C: int VL_ConfigurationStoppedCarDetector_get_PreVideoTimeMs( int h )Returns the amount of time to advance.In C the parameter “h” is a handler of ConfigurationDetector.C++: void put_PreVideoTimeMs ( int value )C: void VL_ConfigurationStoppedCarDetector_put_PreVideoTimeMs ( int h, int n )Modifies the amount of time to advance.In C the parameter “h” is a handler of ConfigurationDetector.● PostVideoTimeMsTime that the stop of the video recording will be delayed; in miliseconds.C++: int get_PostVideoTimeMs ( )C: int VL_ConfigurationStoppedCarDetector_get_PostVideoTimeMs( int h )Returns the delay time.In C the parameter “h” is a handler of ConfigurationDetector.C++: void put_PostVideoTimeMs ( int value )C: void VL_ConfigurationStoppedCarDetector_put_PostVideoTimeMs ( int h, int n )Modifies the delay time.In C the parameter “h” is a handler of ConfigurationDetector.3.45. ConfigurationOutputActuator classRepresents an output actuator in a configuration system.3.45.1. Properties● IdIdentifier of the output actuator.Quercus Technologies107