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

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

public class IConfigInterleavingImpl
extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl


Nested Class Summary
static class IConfigInterleavingImpl.InterleavingMode
           
 
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.IUnknownImpl
PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
IConfigInterleavingImpl()
           
IConfigInterleavingImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
           
IConfigInterleavingImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 com.teamdev.jxdesktop.win32.com.types.IID getIID()
           
 void getInterleaving(com.jniwrapper.Int64 interleave, com.jniwrapper.Int64 preroll)
           
 IConfigInterleavingImpl.InterleavingMode getMode()
           
 void setInterleaving(long interleave, long preroll)
           
 void setMode(IConfigInterleavingImpl.InterleavingMode value)
           
 
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
 

Field Detail

INTERFACE_IDENTIFIER

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

IConfigInterleavingImpl

public IConfigInterleavingImpl()

IConfigInterleavingImpl

public IConfigInterleavingImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
                        throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IConfigInterleavingImpl

public IConfigInterleavingImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
Method Detail

setMode

public void setMode(IConfigInterleavingImpl.InterleavingMode value)
             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getMode

public IConfigInterleavingImpl.InterleavingMode getMode()
                                                 throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setInterleaving

public void setInterleaving(long interleave,
                            long preroll)
                     throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getInterleaving

public void getInterleaving(com.jniwrapper.Int64 interleave,
                            com.jniwrapper.Int64 preroll)
                     throws com.teamdev.jxdesktop.win32.com.ComException
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.IUnknownImpl

clone

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