public class PinWrapper
extends java.lang.Object
IPin
COM interface.Constructor and Description |
---|
PinWrapper(IPin pin)
Creates new wrapper for the specified pin.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAchName()
Returns ach name of this pin.
|
PinWrapper |
getConnectedPin()
Returns the pin to which this pin is connected.
|
com.teamdev.jxcapture.video.win.directshow.PinWrapper.Direction |
getDirection()
Returns direction of this pin.
|
FilterWrapper |
getFilter()
Returns a filter to which this pin is connected
|
protected IBaseFilter |
getFilterPeer()
Returns a filter to which this pin is connected.
|
java.lang.String |
getId()
Returns Id of this pin.
|
IPin |
getPin()
Returns pin peer.
|
protected PinInfo |
getPinInfo() |
void |
release()
Release this wrapper.
|
java.lang.String |
toString() |
public PinWrapper(IPin pin)
pin
- pin objectpublic java.lang.String getId()
protected PinInfo getPinInfo()
public com.teamdev.jxcapture.video.win.directshow.PinWrapper.Direction getDirection()
public java.lang.String getAchName()
protected IBaseFilter getFilterPeer()
public FilterWrapper getFilter()
public IPin getPin()
public PinWrapper getConnectedPin()
public void release()
public java.lang.String toString()
toString
in class java.lang.Object