org.gstreamer.lowlevel
Class GstTunerAPI.TunerNormStruct

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

public static final class GstTunerAPI.TunerNormStruct
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
 long framerate
           
 java.lang.String label
           
 GObjectAPI.GObjectStruct parent
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GstTunerAPI.TunerNormStruct(com.sun.jna.Pointer ptr)
           
 
Method Summary
 java.lang.String getLabel()
           
 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

framerate

public volatile long framerate
Constructor Detail

GstTunerAPI.TunerNormStruct

public GstTunerAPI.TunerNormStruct(com.sun.jna.Pointer ptr)
Method Detail

getLabel

public java.lang.String getLabel()

read

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

write

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