public class FileFilterWrapper extends FilterWrapper
| Constructor and Description |
|---|
FileFilterWrapper(java.lang.String library,
java.lang.String clsid,
java.lang.String name)
Creates wrapper for specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
FilterWrapper |
clone() |
protected com.teamdev.jxdesktop.win32.com.IClassFactory |
createClassFactory() |
protected IBaseFilter |
createFilter()
Factory method that creates
IBaseFilter instance using class factory from a library. |
protected com.teamdev.jxdesktop.win32.com.IClassFactory |
getClassFactory() |
java.lang.String |
getLibrary()
Returns the name of the library in which this filter resides.
|
void |
release()
Releases this filter.
|
java.lang.String |
toString() |
connect2, connect2, connectFilterByPin, connectFilters, equals, getAllPins, getClsid, getFilter, getFilterGraph, getInputPin, getInputPins, getName, getOutputPin, getOutputPins, hashCode, setFilterGraphpublic FileFilterWrapper(java.lang.String library,
java.lang.String clsid,
java.lang.String name)
library - library fileclsid - CLSID of the filtername - name of the filterpublic java.lang.String getLibrary()
protected com.teamdev.jxdesktop.win32.com.IClassFactory getClassFactory()
protected com.teamdev.jxdesktop.win32.com.IClassFactory createClassFactory()
protected IBaseFilter createFilter()
IBaseFilter instance using class factory from a library.createFilter in class FilterWrapperpublic void release()
release in class FilterWrapperpublic java.lang.String toString()
toString in class FilterWrapperpublic FilterWrapper clone()
clone in class FilterWrapper