This static class contains methods to create instances of frame filters that are loaded from filter modules ( *.ftf ).
Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0
Method | Description | ||
createFilter | Creates a frame filter instance. |
||
getAvailableFrameFilters | Returns a std::vector of FilterInfo structures containing information about the available frame filters. |
||
loadDLL | Loads the specified DLL and adds its frame filters to the frame filter list. |
||
loadDirectory | Loads all *.ftf files in the passed in directory and adds them to the list of available frame filters. |
||
setLoadPath | [Deprecated] Sets a path from where the filter modules are loaded. |
||