org.gstreamer.lowlevel
Class GObjectAPI.GParamSpec

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

public static class GObjectAPI.GParamSpec
extends com.sun.jna.Structure


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
 com.sun.jna.Pointer _blurb
           
 com.sun.jna.Pointer _nick
           
 int g_flags
           
 java.lang.String g_name
           
 GObjectAPI.GTypeInstance g_type_instance
           
 GType owner_type
           
 int param_id
           
 com.sun.jna.Pointer qdata
           
 int ref_count
           
 GType value_type
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GObjectAPI.GParamSpec()
           
GObjectAPI.GParamSpec(com.sun.jna.Pointer ptr)
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

g_type_instance

public volatile GObjectAPI.GTypeInstance g_type_instance

g_name

public volatile java.lang.String g_name

g_flags

public volatile int g_flags

value_type

public volatile GType value_type

owner_type

public volatile GType owner_type

_nick

public volatile com.sun.jna.Pointer _nick

_blurb

public volatile com.sun.jna.Pointer _blurb

qdata

public volatile com.sun.jna.Pointer qdata

ref_count

public volatile int ref_count

param_id

public volatile int param_id
Constructor Detail

GObjectAPI.GParamSpec

public GObjectAPI.GParamSpec()

GObjectAPI.GParamSpec

public GObjectAPI.GParamSpec(com.sun.jna.Pointer ptr)