com.teamdev.jxcapture.video.win.directshow.wrappers.impl
Class IMediaEventImpl

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
          extended by com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
              extended by com.teamdev.jxcapture.video.win.directshow.wrappers.impl.IMediaEventImpl
All Implemented Interfaces:
com.jniwrapper.AutoDeleteParameter, com.jniwrapper.PointerParameter, IMediaEvent, com.teamdev.jxdesktop.win32.com.IDispatch, com.teamdev.jxdesktop.win32.com.IUnknown

public class IMediaEventImpl
extends com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
implements IMediaEvent

Represents COM interface IMediaEvent.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Fields inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
  IMediaEventImpl()
           
  IMediaEventImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
           
  IMediaEventImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
           
  IMediaEventImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
           
protected IMediaEventImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
           
 
Method Summary
 void cancelDefaultHandling(com.jniwrapper.Int32 lEvCode)
           
 java.lang.Object clone()
           
 void freeEventParams(com.jniwrapper.Int32 lEvCode, com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1, com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2)
           
 void getEvent(com.jniwrapper.Int32 lEventCode, com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1, com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2, com.jniwrapper.Int32 msTimeout)
           
 void getEventHandle(com.teamdev.jxdesktop.win32.com.types.LongPtr hEvent)
           
 com.teamdev.jxdesktop.win32.com.types.IID getIID()
           
 void restoreDefaultHandling(com.jniwrapper.Int32 lEvCode)
           
 void waitForCompletion(com.jniwrapper.Int32 msTimeout, com.jniwrapper.Int32 pEvCode)
           
 
Methods inherited from class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
getIDsOfNames, getIDsOfNames, getTypeInfo, getTypeInfoCount
 
Methods inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
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
 
Methods inherited from class com.jniwrapper.Parameter
a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IDispatch
getIDsOfNames, getTypeInfo, getTypeInfoCount
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

IMediaEventImpl

public IMediaEventImpl()

IMediaEventImpl

protected IMediaEventImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
                   throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IMediaEventImpl

public IMediaEventImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IMediaEventImpl

public IMediaEventImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
                       com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IMediaEventImpl

public IMediaEventImpl(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
Throws:
com.teamdev.jxdesktop.win32.com.ComException
Method Detail

getEventHandle

public void getEventHandle(com.teamdev.jxdesktop.win32.com.types.LongPtr hEvent)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getEventHandle in interface IMediaEvent
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getEvent

public void getEvent(com.jniwrapper.Int32 lEventCode,
                     com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1,
                     com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2,
                     com.jniwrapper.Int32 msTimeout)
              throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getEvent in interface IMediaEvent
Throws:
com.teamdev.jxdesktop.win32.com.ComException

waitForCompletion

public void waitForCompletion(com.jniwrapper.Int32 msTimeout,
                              com.jniwrapper.Int32 pEvCode)
                       throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
waitForCompletion in interface IMediaEvent
Throws:
com.teamdev.jxdesktop.win32.com.ComException

cancelDefaultHandling

public void cancelDefaultHandling(com.jniwrapper.Int32 lEvCode)
                           throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
cancelDefaultHandling in interface IMediaEvent
Throws:
com.teamdev.jxdesktop.win32.com.ComException

restoreDefaultHandling

public void restoreDefaultHandling(com.jniwrapper.Int32 lEvCode)
                            throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
restoreDefaultHandling in interface IMediaEvent
Throws:
com.teamdev.jxdesktop.win32.com.ComException

freeEventParams

public void freeEventParams(com.jniwrapper.Int32 lEvCode,
                            com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1,
                            com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2)
                     throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
freeEventParams in interface IMediaEvent
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getIID

public com.teamdev.jxdesktop.win32.com.types.IID getIID()
Overrides:
getIID in class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl

clone

public java.lang.Object clone()
Overrides:
clone in class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl