ref_iface_IVDXInputFile_Append - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXInputFile interface
Appends the streams in the given file to the current streams, forming larger virtual streams.
bool Append(const wchar_t *path);
path | Path of file to be appended, or NULL to query if appending is supported. |
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
If path is non-NULL, return true if append was successful, and false if append was silently aborted (perhaps due to user intervention); if path is NULL, returns true if appending was successful.
The appending is virtual; it must not alter the source files on disk.
Copyright (C) 2007-2012 Avery Lee.