org.gstreamer.lowlevel
Class GstColorBalanceAPI.ColorBalanceChannelStruct

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

public static final class GstColorBalanceAPI.ColorBalanceChannelStruct
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
 java.lang.String label
           
 int max_value
           
 int min_value
           
 GObjectAPI.GObjectStruct parent
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GstColorBalanceAPI.ColorBalanceChannelStruct(com.sun.jna.Pointer ptr)
           
 
Method Summary
 java.lang.String getLabel()
           
 int getMaxValue()
           
 int getMinValue()
           
 void read()
           
 void write()
           
 
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, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

parent

public volatile GObjectAPI.GObjectStruct parent

label

public volatile java.lang.String label

min_value

public volatile int min_value

max_value

public volatile int max_value
Constructor Detail

GstColorBalanceAPI.ColorBalanceChannelStruct

public GstColorBalanceAPI.ColorBalanceChannelStruct(com.sun.jna.Pointer ptr)
Method Detail

getLabel

public java.lang.String getLabel()

getMinValue

public int getMinValue()

getMaxValue

public int getMaxValue()

read

public void read()
Overrides:
read in class com.sun.jna.Structure

write

public void write()
Overrides:
write in class com.sun.jna.Structure