IMVIOTextfileSource
The IMVIOTextfileSource Interface contains metods to configure the MV I/O TextfileSource filter.
| DataPlayMode | Set the play mode for the data file. |
| InputPath | Set the folder path for the data file. |
| MediaTypeCheck | Set strict MediaType checking. |
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 LongSet 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 StringSet 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 LongSet strict MediaType checking.
Prototype:HRESULT put_MediaTypeCheck(LONG Enable);
HRESULT get_MediaTypeCheck(LONG* Enable);