|
IMVMotionDetection2
IMVMotionDetection Interface.
The IMVMotionDetection interface extends the IMVMotionDetection interface.
Methods:
| StartDelay
|
Frame count for starting motion detection. |
Header file:
IMVMotionDetection.h
Interface definition language file: IMVMotionDetection.idl
Typelib: MVMotionDetection
Interface ID: IID_IMVMotionDetection2
Property
IMVMotionDetection2::StartDelay
Declaration:
Property Get/Put StartDelay As Long
Frame count for starting motion detection. After starting the
filter graph the motion detection starts after receiving
StartDelay video frames.
C Prototype:
HRESULT put_StartDelay(LONG
newVal);
HRESULT get_StartDelay(LONG *pVal);
|