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

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.FilterState
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

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

Represents COM enumeration _FilterState.


Field Summary
static int State_Paused
           
static int State_Running
           
static int State_Stopped
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
FilterState()
           
FilterState(com.jniwrapper.IntegerParameter t)
           
FilterState(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

State_Stopped

public static final int State_Stopped
See Also:
Constant Field Values

State_Paused

public static final int State_Paused
See Also:
Constant Field Values

State_Running

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

FilterState

public FilterState()

FilterState

public FilterState(long val)

FilterState

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

clone

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