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

Packages that use PinWrapper
com.teamdev.jxcapture.video.win.directshow   
 

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

Methods in com.teamdev.jxcapture.video.win.directshow that return PinWrapper
 PinWrapper PinWrapper.getConnectedPin()
          Returns the pin to which this pin is connected.
 PinWrapper FilterWrapper.getInputPin(java.lang.String name)
           
 PinWrapper FilterWrapper.getOutputPin(java.lang.String name)
           
 

Methods in com.teamdev.jxcapture.video.win.directshow that return types with arguments of type PinWrapper
 java.util.List<PinWrapper> FilterWrapper.getAllPins()
          Returns all pins of this filter.
 java.util.List<PinWrapper> FilterWrapper.getInputPins()
          Returns all input pins of this filter.
 java.util.List<PinWrapper> FilterWrapper.getOutputPins()
          Returns all output pins of this filter.
 

Methods in com.teamdev.jxcapture.video.win.directshow with parameters of type PinWrapper
 void FilterGraphManager.connectPins(PinWrapper outputPin, PinWrapper inputPin)