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

Packages that use FilterGraphManager.GraphThreadMode
com.teamdev.jxcapture.video.win.directshow   
 

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

Methods in com.teamdev.jxcapture.video.win.directshow that return FilterGraphManager.GraphThreadMode
static FilterGraphManager.GraphThreadMode FilterGraphManager.GraphThreadMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterGraphManager.GraphThreadMode[] FilterGraphManager.GraphThreadMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.jxcapture.video.win.directshow with parameters of type FilterGraphManager.GraphThreadMode
protected  IGraphBuilder FilterGraphManager.createFilterGraph(FilterGraphManager.GraphThreadMode threadMode)
           
 

Constructors in com.teamdev.jxcapture.video.win.directshow with parameters of type FilterGraphManager.GraphThreadMode
FilterGraphManager(FilterGraphManager.GraphThreadMode threadMode)
          Creates filter graph manager.