org.gstreamer.lowlevel
Class GValueAPI.GValue

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

public static class GValueAPI.GValue
extends com.sun.jna.Structure


Nested Class Summary
static class GValueAPI.GValue.GValueData
           
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue
 
Field Summary
 GValueAPI.GValue.GValueData[] data
           
 GType g_type
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GValueAPI.GValue()
           
GValueAPI.GValue(com.sun.jna.Pointer ptr)
           
 
Method Summary
 boolean checkHolds(GType type)
           
 GType getType()
           
 java.lang.Object getValue()
           
 java.lang.Boolean toBoolean()
           
 java.lang.Byte toChar()
           
 java.lang.Double toDouble()
           
 java.lang.Float toFloat()
           
 java.lang.Integer toInt()
           
 java.lang.Long toInt64()
           
 java.lang.String toJavaString()
           
 java.lang.Long toLong()
           
 java.lang.Object toObject()
           
 com.sun.jna.Pointer toPointer()
           
 java.lang.String toString()
           
 java.lang.Byte toUChar()
           
 java.lang.Integer toUInt()
           
 java.lang.Long toUInt64()
           
 java.lang.Long toULong()
           
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

g_type

public volatile GType g_type

data

public volatile GValueAPI.GValue.GValueData[] data
Constructor Detail

GValueAPI.GValue

public GValueAPI.GValue()

GValueAPI.GValue

public GValueAPI.GValue(com.sun.jna.Pointer ptr)
Method Detail

checkHolds

public boolean checkHolds(GType type)

getType

public GType getType()

getValue

public java.lang.Object getValue()

toInt

public java.lang.Integer toInt()

toUInt

public java.lang.Integer toUInt()

toChar

public java.lang.Byte toChar()

toUChar

public java.lang.Byte toUChar()

toLong

public java.lang.Long toLong()

toULong

public java.lang.Long toULong()

toInt64

public java.lang.Long toInt64()

toUInt64

public java.lang.Long toUInt64()

toBoolean

public java.lang.Boolean toBoolean()

toFloat

public java.lang.Float toFloat()

toDouble

public java.lang.Double toDouble()

toJavaString

public java.lang.String toJavaString()

toObject

public java.lang.Object toObject()

toPointer

public com.sun.jna.Pointer toPointer()

toString

public java.lang.String toString()
Overrides:
toString in class com.sun.jna.Structure