Uses of Class
com.teamdev.jxcapture.video.win.directshow.FilterWrapper

Packages that use FilterWrapper
com.teamdev.jxcapture.audio.win   
com.teamdev.jxcapture.video.win   
com.teamdev.jxcapture.video.win.directshow   
com.teamdev.jxcapture.video.win.directshow.filters   
 

Uses of FilterWrapper in com.teamdev.jxcapture.audio.win
 

Methods in com.teamdev.jxcapture.audio.win that return FilterWrapper
protected  FilterWrapper AudioCodecImpl.createPeer()
           
 FilterWrapper AudioCodecImpl.getPeer()
           
 

Methods in com.teamdev.jxcapture.audio.win with parameters of type FilterWrapper
protected  void AudioCodecImpl.setPeer(FilterWrapper peer)
           
 

Constructors in com.teamdev.jxcapture.audio.win with parameters of type FilterWrapper
AudioCodecImpl(FilterWrapper peer)
           
AudioCodecImpl(FilterWrapper peer, java.lang.String description, AudioCodecPresets[] presets)
           
 

Uses of FilterWrapper in com.teamdev.jxcapture.video.win
 

Methods in com.teamdev.jxcapture.video.win that return FilterWrapper
protected  FilterWrapper BaseDirectShowCapture.getAudioSourceFilter()
           
 

Methods in com.teamdev.jxcapture.video.win with parameters of type FilterWrapper
protected  void WMVCapture.configure(FilterGraphManager filterGraphManager, FilterWrapper videoSource, FilterWrapper audioSource)
           
protected abstract  void BaseDirectShowCapture.configure(FilterGraphManager filterGraphManager, FilterWrapper videoSource, FilterWrapper audioSource)
          Abstract method for configuring a filter graph.
protected  void AVICapture.configure(FilterGraphManager filterGraphManager, FilterWrapper videoSource, FilterWrapper audioSource)
           
 

Uses of FilterWrapper in com.teamdev.jxcapture.video.win.directshow
 

Fields in com.teamdev.jxcapture.video.win.directshow declared as FilterWrapper
protected  FilterWrapper DirectShowCodec.peer
           
 

Methods in com.teamdev.jxcapture.video.win.directshow that return FilterWrapper
 FilterWrapper FilterWrapper.clone()
           
 FilterWrapper FilterGraphManager.connectFilters(FilterWrapper sourceFilter, FilterWrapper destFilter, FilterWrapper[] alternateFilters)
          Connects the specified source filter to the dest filter.
 FilterWrapper FilterGraphManager.findAnyFilter(java.lang.String... filterCLSIDs)
          Service function that searches for any of specified filters in this graph.
 FilterWrapper FilterGraphManager.findFilter(java.lang.String filterCLSID)
          Service function that searches for the specified filters in this graph.
 FilterWrapper PinWrapper.getFilter()
          Returns a filter to which this pin is connected
 FilterWrapper DirectShowCodec.getPeer()
          Returns a peer object which is wrapper for a corresponding DirectShow filter.
 

Methods in com.teamdev.jxcapture.video.win.directshow that return types with arguments of type FilterWrapper
 java.util.Set<FilterWrapper> FilterGraphManager.getFilters()
          Returns the list that contains all filters in the graph.
 

Methods in com.teamdev.jxcapture.video.win.directshow with parameters of type FilterWrapper
 void FilterGraphManager.addFilter(FilterWrapper filterWrapper)
          Adds the specified filter to this graph.
 boolean FilterWrapper.connect2(FilterWrapper anotherFilter)
          Connect this filter to the specified filter directly.
 boolean FilterWrapper.connect2(FilterWrapper anotherFilter, boolean connectDirect)
          Connect this filter to the specified filter directly or indirectly.
 boolean FilterWrapper.connectFilterByPin(java.lang.String outputPinName, FilterWrapper anotherFilter, java.lang.String inputPinName)
           
 FilterWrapper FilterGraphManager.connectFilters(FilterWrapper sourceFilter, FilterWrapper destFilter, FilterWrapper[] alternateFilters)
          Connects the specified source filter to the dest filter.
 FilterWrapper FilterGraphManager.connectFilters(FilterWrapper sourceFilter, FilterWrapper destFilter, FilterWrapper[] alternateFilters)
          Connects the specified source filter to the dest filter.
 boolean FilterWrapper.connectFilters(java.lang.String sourcePinName, FilterWrapper destFilter, java.lang.String destPinName)
           
 void FilterGraphManager.removeFilter(FilterWrapper filterWrapper)
          Removes the specified filter from this graph.
 void DirectShowCodec.setPeer(FilterWrapper peer)
           
 

Uses of FilterWrapper in com.teamdev.jxcapture.video.win.directshow.filters
 

Subclasses of FilterWrapper in com.teamdev.jxcapture.video.win.directshow.filters
 class AVCodec
           
 class AviMux
           
 class ColorSpaceConverter
          This is the wrapper for standard Color Space Converter DirictShow filter.
 class DefaultDirectSoundDevice
           
 class FileFilterWrapper
          Represents the filter wrapper for IBaseFilter object which can be loaded directly from the specified library.
 class FileWriter
           
 class NullRenderer
           
 class SampleGrabber
          SampleGrabber DirectShow filter wrapper.
 class ScreenCaptureFilter
           
 class SmartTee
           
 class VideoMixingRenderer
           
 class VideoMixingRenderer9
           
 class VideoRenderer
          This is the wrapper for standard Video Renderer DirectShow filter.
 class VideoRendererDefault
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.filters that return FilterWrapper
 FilterWrapper FileFilterWrapper.clone()