|
IMVTriggerFilter
Used to configure the properties of the MontiVision Trigger
filter..
The IMVTriggerFilter interface contains methods and properties
to configure the ....
Methods:
Header file:
IMVTriggerFilter.h
Interface definition language file: IMVTriggerFilter.idl
Typelib: MVTriggerFilter
Interface ID: IID_IMVTriggerFilter
Property
IMVTriggerFilter::AdjustTimeStamp
Declaration:
Property Get/Put AdjustTimeStamp As Long
Adjust the samples time stamps.
Parameter:
C Prototype:
HRESULT put_AdjustTimeStamp(LONG
newVal);
HRESULT get_AdjustTimeStamp(LONG *pVal);
|