|
IMVIOTextfileSource
The IMVIOTextfileSource Interface contains metods to configure
the MV I/O
TextfileSource filter.
Header file:
IMVIOTextfileSource.h
Interface definition language file: IMVIOTextfileSource.idl
Typelib: MVIOTextfileSource
Interface ID: CLSID_MVIOTextfileSource
Property
IMVIOTextfileSource::DataPlayMode
Declaration:
Property Get/Put DataPlayMode As Long
Set the play mode for the data file.
Prototype:
HRESULT put_DataPlayMode(LONG
Mode);
HRESULT get_DataPlayMode(LONG* Mode);
Property
IMVIOTextfileSource::InputPath
Declaration:
Property Get/Put InputPath As String
Set the folder path for the data file.
Prototype:
HRESULT put_InputPath(BSTR Path);
HRESULT get_InputPath(STRING* Path);
Property
IMVIOTextfileSource::MediaTypeCheck
Declaration:
Property Get/Put MediaTypeCheck As Long
Set strict MediaType checking.
Prototype:
HRESULT put_MediaTypeCheck(LONG
Enable);
HRESULT get_MediaTypeCheck(LONG* Enable);
|