ref_iface_IVDXFilterPreview_RedoFrame - shekh/VirtualDub2 GitHub Wiki

VirtualDub Plugin SDK 1.2

IVDXFilterPreview interface

IVDXFilterPreview:: RedoFrame

Refilters and redisplays the current frame.

void RedoFrame();

Thread safety

This method is not thread-safe.

Errors

Errors may not be returned from this function (see SetError()).

Remarks

RedoFrame() is used whenever configuration parameters are changed on the filter and allows the preview to be updated with the new result. Unlike RedoSystem(), RedoFrame() only regenerates frames and should be preferred whenever possible for speed.

V14+ only: RedoFrame() also invalidates all frame caches for the filter being configured and all downstream filters. This prevents any cached frames generated with old filter settings from being displayed.


Copyright (C) 2007-2012 Avery Lee.

⚠️ **GitHub.com Fallback** ⚠️