|
IMVBatchFileSource2
IMVBatchFileSource2 Interface.
The IMVBatchFileSource2 interface contains methods and
properties to configure the ....
Methods:
| FrameRate
|
Frames per second send by this filter. |
Header file:
IMVBatchFileSource2.h
Interface definition language file: IMVBatchFileSource2.idl
Typelib: MVBatchFileSource2
Interface ID: IID_IMVBatchFileSource2
Property
IMVBatchFileSource2::FrameRate
Declaration:
Property Get/Put FrameRate As Double
Frames per second send by this filter.
Parameter:
C Prototype:
HRESULT put_FrameRate(DOUBLE
newVal);
HRESULT get_FrameRate(DOUBLE *pVal);
|