ref_iface_IVDXInputFile_Init - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXInputFile interface
Opens a file with the given options.
void Init(const wchar_t *path, IVDXInputOptions *options);
path | Path of file to be opened. |
options | Options object with settings to customize the file open. This may be NULL. |
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
This method can only be called once per input file object; to open another file, another input object must be created.
Although usually hosts will detect non-existent file paths beforehand, this method must still handle file-not-found, access denied, and other errors that may occur during the file open.
Copyright (C) 2007-2012 Avery Lee.