org.gstreamer.lowlevel
Class GValueAPI.GValue.GValueData

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by org.gstreamer.lowlevel.GValueAPI.GValue.GValueData
Enclosing class:
GValueAPI.GValue

public static class GValueAPI.GValue.GValueData
extends com.sun.jna.Union


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue
 
Field Summary
 double v_double
           
 float v_float
           
 int v_int
           
 long v_int64
           
 long v_long
           
 com.sun.jna.Pointer v_pointer
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GValueAPI.GValue.GValueData()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Union
getNativeAlignment, getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getPointer, getStructAlignment, hashCode, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

v_int

public volatile int v_int

v_long

public volatile long v_long

v_int64

public volatile long v_int64

v_float

public volatile float v_float

v_double

public volatile double v_double

v_pointer

public volatile com.sun.jna.Pointer v_pointer
Constructor Detail

GValueAPI.GValue.GValueData

public GValueAPI.GValue.GValueData()