com.teamdev.jxcapture.video.win.directshow.filters
Class ColorSpaceConverter

java.lang.Object
  extended by com.teamdev.jxcapture.video.win.directshow.FilterWrapper
      extended by com.teamdev.jxcapture.video.win.directshow.filters.ColorSpaceConverter

public class ColorSpaceConverter
extends FilterWrapper

This is the wrapper for standard Color Space Converter DirictShow filter.


Field Summary
static java.lang.String CLSID
           
 
Constructor Summary
ColorSpaceConverter()
           
 
Method Summary
 
Methods inherited from class com.teamdev.jxcapture.video.win.directshow.FilterWrapper
clone, connect2, connect2, connectFilterByPin, connectFilters, createFilter, equals, getAllPins, getClsid, getFilter, getFilterGraph, getInputPin, getInputPins, getName, getOutputPin, getOutputPins, hashCode, release, setFilterGraph, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLSID

public static final java.lang.String CLSID
See Also:
Constant Field Values
Constructor Detail

ColorSpaceConverter

public ColorSpaceConverter()