org.gstreamer.lowlevel
Class GValueAPI.GValue
java.lang.Object
com.sun.jna.Structure
org.gstreamer.lowlevel.GValueAPI.GValue
- Enclosing interface:
- GValueAPI
public static class GValueAPI.GValue
- extends com.sun.jna.Structure
Nested classes/interfaces inherited from class com.sun.jna.Structure |
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
Fields inherited from class com.sun.jna.Structure |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
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 |
g_type
public volatile GType g_type
data
public volatile GValueAPI.GValue.GValueData[] data
GValueAPI.GValue
public GValueAPI.GValue()
GValueAPI.GValue
public GValueAPI.GValue(com.sun.jna.Pointer ptr)
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