#include <ISupportsEventConfiguration.h>
Inheritance diagram for mx::ISupportsEventConfiguration:
Public Member Functions | |
virtual bool | isVideoMotion1Supported ()=0 |
All you need to enable/disable VM1. | |
virtual EErrorCode | setVideoMotion1 (bool enable)=0 |
virtual bool | videoMotion1 ()=0 |
virtual bool | isVisualAlarmSupported ()=0 |
All you need to enable/disable the visual alarm. | |
virtual EErrorCode | setVisualAlarm (bool enable)=0 |
virtual bool | visualAlarm ()=0 |
virtual EErrorCode | setVideoMotion1Window (mxmList *windows)=0 |
Fetch and set video motion windows. | |
virtual mxm::smart< mxmList > | videoMotion1Windows ()=0 |