Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
Modifier | Constructor and Description |
---|---|
|
IPinImpl() |
|
IPinImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) |
|
IPinImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter,
com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) |
|
IPinImpl(com.teamdev.jxdesktop.win32.com.IUnknown that) |
protected |
IPinImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that) |
Modifier and Type | Method and Description |
---|---|
void |
beginFlush() |
java.lang.Object |
clone() |
void |
connect(IPin pReceivePin,
MediaType pmt) |
void |
connectedTo(IPin pPin) |
void |
connectionMediaType(MediaType pmt) |
void |
disconnect() |
void |
endFlush() |
void |
endOfStream() |
void |
enumMediaTypes(IEnumMediaTypes ppenum) |
com.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
void |
newSegment(com.jniwrapper.Int64 tStart,
com.jniwrapper.Int64 tStop,
com.jniwrapper.DoubleFloat dRate) |
com.teamdev.jxdesktop.win32.HResult |
queryAccept(MediaType pmt) |
void |
queryDirection(PinDirection pPinDir) |
void |
queryId(com.jniwrapper.Pointer Id) |
void |
queryInternalConnections(IPin apPin,
com.jniwrapper.UInt32 nPin) |
void |
queryPinInfo(PinInfo pInfo) |
void |
receiveConnection(IPin pConnector,
MediaType pmt) |
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String INTERFACE_IDENTIFIER
public IPinImpl()
protected IPinImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public IPinImpl(com.teamdev.jxdesktop.win32.com.IUnknown that) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public IPinImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public IPinImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
public void connect(IPin pReceivePin, MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
public void receiveConnection(IPin pConnector, MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
receiveConnection
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void disconnect() throws com.teamdev.jxdesktop.win32.com.ComException
disconnect
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void connectedTo(IPin pPin) throws com.teamdev.jxdesktop.win32.com.ComException
connectedTo
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void connectionMediaType(MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
connectionMediaType
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void queryPinInfo(PinInfo pInfo) throws com.teamdev.jxdesktop.win32.com.ComException
queryPinInfo
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void queryDirection(PinDirection pPinDir) throws com.teamdev.jxdesktop.win32.com.ComException
queryDirection
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void queryId(com.jniwrapper.Pointer Id) throws com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.HResult queryAccept(MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
queryAccept
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void enumMediaTypes(IEnumMediaTypes ppenum) throws com.teamdev.jxdesktop.win32.com.ComException
enumMediaTypes
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void queryInternalConnections(IPin apPin, com.jniwrapper.UInt32 nPin) throws com.teamdev.jxdesktop.win32.com.ComException
queryInternalConnections
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void endOfStream() throws com.teamdev.jxdesktop.win32.com.ComException
endOfStream
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void beginFlush() throws com.teamdev.jxdesktop.win32.com.ComException
beginFlush
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public void endFlush() throws com.teamdev.jxdesktop.win32.com.ComException
public void newSegment(com.jniwrapper.Int64 tStart, com.jniwrapper.Int64 tStop, com.jniwrapper.DoubleFloat dRate) throws com.teamdev.jxdesktop.win32.com.ComException
newSegment
in interface IPin
com.teamdev.jxdesktop.win32.com.ComException
public com.teamdev.jxdesktop.win32.com.types.IID getIID()
getIID
in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
public java.lang.Object clone()
clone
in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl