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

Packages that use FilterGraphManager
com.teamdev.jxcapture.video.player.win   
com.teamdev.jxcapture.video.win   
 

Uses of FilterGraphManager in com.teamdev.jxcapture.video.player.win
 

Methods in com.teamdev.jxcapture.video.player.win that return FilterGraphManager
protected  FilterGraphManager DirectShowVideoPlayer.getFilterGraphManager()
           
 

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

Methods in com.teamdev.jxcapture.video.win that return FilterGraphManager
 FilterGraphManager VideoCaptureImpl.getFilterGraphManager()
           
protected  FilterGraphManager BaseDirectShowCapture.getFilterGraphManager()
           
 

Methods in com.teamdev.jxcapture.video.win with parameters of type FilterGraphManager
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)