|
IMVDelay
The IMVDelay interface contains methods and properties to
configure the MV Delay
filter.
Methods:
| Delay
|
The number of frames to delay. |
Header file: IMVDelay.h
Interface definition language file: IMVDelay.idl
Typelib: MVDelay
Interface ID: IID_IMVDelay
Property IMVDelay::Delay
Declaration:
Property Get/Put Delay As Long
The number of frames to delay.
C Prototype:
HRESULT put_Delay(LONG newVal);
HRESULT get_Delay(LONG* pVal);
|