IMVBatchFileSource3
IMVBatchFileSource2 Interface.
The IMVBatchFileSource3 interface contains methods and properties to configure the ....
Methods:
| AddFile | Add a file to the Batch. |
| CurrentPosition | The stop image from the batch. |
| EnablePlayRange | The start image from the batch. |
| ImageCount | Batch image files count. |
| PlayLoop | The stop image from the batch. |
| PlayReversed | The stop image from the batch. |
| RemoveFile | Remove a file to the Batch. |
| StartPosition | The start image from the batch. |
| StopPosition | The stop image from the batch. |
Header file:
IMVBatchFileSource3.h
Interface definition language file: IMVBatchFileSource3.idl
Typelib: MVBatchFileSource3
Interface ID: IID_IMVBatchFileSource3
Method IMVBatchFileSource3::AddFile
Declaration: Sub AddFile(FileName As String)Add a file to the Batch.
Parameter:
C Prototype:
FileName - HRESULT AddFile(BSTR FileName);
Property IMVBatchFileSource3::CurrentPosition
Declaration: Property Get/Put CurrentPosition As LongThe stop image from the batch.
Parameter:
C Prototype:
- - HRESULT put_CurrentPosition(LONG newVal);
HRESULT get_CurrentPosition(LONG *pVal);
Property IMVBatchFileSource3::EnablePlayRange
Declaration: Property Get/Put EnablePlayRange As BooleanThe start image from the batch.
Parameter:
C Prototype:
- - HRESULT put_EnablePlayRange(VARIANT_BOOL newVal);
HRESULT get_EnablePlayRange(VARIANT_BOOL *pVal);
Property IMVBatchFileSource3::ImageCount
Declaration: Property Get ImageCount As LongBatch image files count.
Parameter:
C Prototype:
- - HRESULT put_ImageCount(LONG newVal);
HRESULT get_ImageCount(LONG *pVal);
Property IMVBatchFileSource3::PlayLoop
Declaration: Property Get/Put PlayLoop As BooleanThe stop image from the batch.
Parameter:
C Prototype:
- - HRESULT put_PlayLoop(VARIANT_BOOL newVal);
HRESULT get_PlayLoop(VARIANT_BOOL *pVal);
Property IMVBatchFileSource3::PlayReversed
Declaration: Property Get/Put PlayReversed As BooleanThe stop image from the batch.
Parameter:
C Prototype:
- - HRESULT put_PlayReversed(VARIANT_BOOL newVal);
HRESULT get_PlayReversed(VARIANT_BOOL *pVal);
Method IMVBatchFileSource3::RemoveFile
Declaration: Sub RemoveFile(FileName As String)Remove a file to the Batch.
Parameter:
C Prototype:
FileName - HRESULT RemoveFile(BSTR FileName);
Property IMVBatchFileSource3::StartPosition
Declaration: Property Get/Put StartPosition As LongThe start image from the batch.
Parameter:
C Prototype:
- - HRESULT put_StartPosition(LONG newVal);
HRESULT get_StartPosition(LONG *pVal);
Property IMVBatchFileSource3::StopPosition
Declaration: Property Get/Put StopPosition As LongThe stop image from the batch.
Parameter:
C Prototype:
- - HRESULT put_StopPosition(LONG newVal);
HRESULT get_StopPosition(LONG *pVal);