IAVIEditStream
The IAVIEditStream interface supports manipulating and modifying editable streams. Uses IUnknown::QueryInterface, IUnknown::AddRef, IUnknown::Release in addition to the following custom methods:
Method | Description |
Clone | Duplicates a stream. |
Copy | Copies a stream or a portion of it to a temporary stream. |
Cut | Removes a portion of a stream and places it in a temporary stream. |
Paste | Copies a stream or a portion of it and places it in another stream. |
SetInfo | Changes the characteristics of a stream. |
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
See Also
Custom File and Stream Handlers, Custom File and Stream Handler Interfaces