com.teamdev.jxcapture.video.win.directshow.wrappers
Class PinDirection

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.DelegatingParameter
          extended by com.jniwrapper.bg
              extended by com.jniwrapper.Int
                  extended by com.teamdev.jxdesktop.win32.com.types.ComEnumeration
                      extended by com.teamdev.jxcapture.video.win.directshow.wrappers.PinDirection
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class PinDirection
extends com.teamdev.jxdesktop.win32.com.types.ComEnumeration

Represents COM enumeration _PinDirection.


Field Summary
static int PINDIR_INPUT
           
static int PINDIR_OUTPUT
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
PinDirection()
           
PinDirection(com.jniwrapper.IntegerParameter t)
           
PinDirection(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.bg
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PINDIR_INPUT

public static final int PINDIR_INPUT
See Also:
Constant Field Values

PINDIR_OUTPUT

public static final int PINDIR_OUTPUT
See Also:
Constant Field Values
Constructor Detail

PinDirection

public PinDirection()

PinDirection

public PinDirection(long val)

PinDirection

public PinDirection(com.jniwrapper.IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Int