Skip to content

ref_vfmethod_deinitProc

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

deinitProc video filter method

deinitProc

Cleans up per-instance data for a filter.

void deinitProc(VDXFilterActivation *fa, const VDXFilterFunctions *ff);

Parameters

fa Pointer to filter activation structure.
ff Pointer to callback function structure.

Thread safety

This method is not thread-safe.

Exceptions

This function must not throw exceptions (see Except()).

Default behavior

If omitted, no default action is taken.

Remarks

This function is called whenever a filter instance is about to be destroyed, and gives the filter a chance to dispose of persistent filter data. Simple filters will not need this function.


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally