org.gstreamer.lowlevel
Class GstAPI.GstSegmentStruct

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

public static final class GstAPI.GstSegmentStruct
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
 byte[] _gst_reserved
           
 double abs_rate
           
 long accum
           
 double applied_rate
           
 long duration
           
 int flags
           
 Format format
           
 long last_stop
           
 double rate
           
 long start
           
 long stop
           
 long time
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GstAPI.GstSegmentStruct()
           
 
Method Summary
 
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

rate

public double rate

abs_rate

public double abs_rate

format

public Format format

flags

public int flags

start

public long start

stop

public long stop

time

public long time

accum

public long accum

last_stop

public long last_stop

duration

public long duration

applied_rate

public double applied_rate

_gst_reserved

public volatile byte[] _gst_reserved
Constructor Detail

GstAPI.GstSegmentStruct

public GstAPI.GstSegmentStruct()