com.teamdev.jxcapture.video.win.directshow
Class Bool

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.by
          extended by com.jniwrapper.Int32
              extended by com.teamdev.jxcapture.video.win.directshow.Bool
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class Bool
extends com.jniwrapper.Int32

Wrapper for the Bool type in DirectShow API.


Field Summary
static Bool FALSE
           
static Bool TRUE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
Bool()
           
Bool(boolean value)
           
 
Method Summary
 boolean getBooleanValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class com.jniwrapper.Int32
clone, getLength, getValue, read, setValue, write
 
Methods inherited from class com.jniwrapper.by
equals, getDebugInfo, hashCode, toLong, toString
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, 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, wait, wait, wait
 

Field Detail

TRUE

public static final Bool TRUE

FALSE

public static final Bool FALSE
Constructor Detail

Bool

public Bool()

Bool

public Bool(boolean value)
Method Detail

setValue

public void setValue(boolean value)

getBooleanValue

public boolean getBooleanValue()