public interface IPin
extends com.teamdev.jxdesktop.win32.com.IUnknown
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
void |
beginFlush() |
void |
connect(IPin pReceivePin,
MediaType pmt) |
void |
connectedTo(IPin pPin) |
void |
connectionMediaType(MediaType pmt) |
void |
disconnect() |
void |
endFlush() |
void |
endOfStream() |
void |
enumMediaTypes(IEnumMediaTypes ppenum) |
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) |
static final java.lang.String INTERFACE_IDENTIFIER
void connect(IPin pReceivePin, MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void receiveConnection(IPin pConnector, MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void disconnect() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void connectedTo(IPin pPin) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void connectionMediaType(MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void queryPinInfo(PinInfo pInfo) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void queryDirection(PinDirection pPinDir) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void queryId(com.jniwrapper.Pointer Id) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.HResult queryAccept(MediaType pmt) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void enumMediaTypes(IEnumMediaTypes ppenum) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void queryInternalConnections(IPin apPin, com.jniwrapper.UInt32 nPin) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void endOfStream() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void beginFlush() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void endFlush() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void newSegment(com.jniwrapper.Int64 tStart, com.jniwrapper.Int64 tStop, com.jniwrapper.DoubleFloat dRate) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException