|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.video.win.directshow.FilterWrapper
com.teamdev.jxcapture.video.win.directshow.filters.FileFilterWrapper
public class FileFilterWrapper
Represents the filter wrapper for IBaseFilter object which can be loaded directly from the specified library.
Constructor Summary | |
---|---|
FileFilterWrapper(java.lang.String library,
java.lang.String clsid,
java.lang.String name)
Creates wrapper for specified filter. |
Method Summary | |
---|---|
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()
|
Methods inherited from class com.teamdev.jxcapture.video.win.directshow.FilterWrapper |
---|
connect2, connect2, connectFilterByPin, connectFilters, equals, getAllPins, getClsid, getFilter, getFilterGraph, getInputPin, getInputPins, getName, getOutputPin, getOutputPins, hashCode, setFilterGraph |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileFilterWrapper(java.lang.String library, java.lang.String clsid, java.lang.String name)
library
- library fileclsid
- CLSID of the filtername
- name of the filterMethod Detail |
---|
public 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 FilterWrapper
public void release()
release
in class FilterWrapper
public java.lang.String toString()
toString
in class FilterWrapper
public FilterWrapper clone()
clone
in class FilterWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |