FilterLoader::loadDLL Method

Loads the specified DLL and adds its frame filters to the frame filter list.
Syntax:
static void loadDLL( const std::wstring& path );
Parameter Description
path

The path to be searched for additional frame filters.

Information:

Introduced in version 3.5

See also: FilterLoader

<< FilterLoader