Uses of Interface
com.teamdev.jxcapture.video.win.directshow.wrappers.IFilterGraph

Packages that use IFilterGraph
com.teamdev.jxcapture.video.win.directshow.wrappers   
com.teamdev.jxcapture.video.win.directshow.wrappers.impl   
 

Uses of IFilterGraph in com.teamdev.jxcapture.video.win.directshow.wrappers
 

Subinterfaces of IFilterGraph in com.teamdev.jxcapture.video.win.directshow.wrappers
 interface IGraphBuilder
          Represents Java interface for COM interface IGraphBuilder.
 

Methods in com.teamdev.jxcapture.video.win.directshow.wrappers that return IFilterGraph
 IFilterGraph FilterInfo.getPGraph()
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.wrappers with parameters of type IFilterGraph
 void IBaseFilter.joinFilterGraph(IFilterGraph pGraph, com.jniwrapper.WideString pName)
           
 

Uses of IFilterGraph in com.teamdev.jxcapture.video.win.directshow.wrappers.impl
 

Classes in com.teamdev.jxcapture.video.win.directshow.wrappers.impl that implement IFilterGraph
 class IFilterGraphImpl
          Represents COM interface IFilterGraph.
 class IGraphBuilderImpl
          Represents COM interface IGraphBuilder.
 

Methods in com.teamdev.jxcapture.video.win.directshow.wrappers.impl with parameters of type IFilterGraph
 void IBaseFilterImpl.joinFilterGraph(IFilterGraph pGraph, com.jniwrapper.WideString pName)