org.gstreamer.lowlevel
Class GObjectAPI.GParamSpecString

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

public static class GObjectAPI.GParamSpecString
extends GObjectAPI.GParamSpecTypeSpecific


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
 java.lang.String cset_first
           
 java.lang.String cset_nth
           
 java.lang.String default_value
           
 int null_fold_if_empty_ensure_non_null
           
 GObjectAPI.GParamSpec parent_instance
           
 byte substitutor
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GObjectAPI.GParamSpecString(com.sun.jna.Pointer ptr)
           
 
Method Summary
 java.lang.Object getDefault()
           
 java.lang.Object getMaximum()
           
 java.lang.Object getMinimum()
           
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, 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

parent_instance

public volatile GObjectAPI.GParamSpec parent_instance

default_value

public volatile java.lang.String default_value

cset_first

public volatile java.lang.String cset_first

cset_nth

public volatile java.lang.String cset_nth

substitutor

public volatile byte substitutor

null_fold_if_empty_ensure_non_null

public volatile int null_fold_if_empty_ensure_non_null
Constructor Detail

GObjectAPI.GParamSpecString

public GObjectAPI.GParamSpecString(com.sun.jna.Pointer ptr)
Method Detail

getMinimum

public java.lang.Object getMinimum()
Specified by:
getMinimum in class GObjectAPI.GParamSpecTypeSpecific

getMaximum

public java.lang.Object getMaximum()
Specified by:
getMaximum in class GObjectAPI.GParamSpecTypeSpecific

getDefault

public java.lang.Object getDefault()
Specified by:
getDefault in class GObjectAPI.GParamSpecTypeSpecific