org.gstreamer.lowlevel
Class GstMessageAPI.MessageStruct

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

public static final class GstMessageAPI.MessageStruct
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 cond
           
 com.sun.jna.Pointer lock
           
 GstMiniObjectAPI.MiniObjectStruct mini_object
           
 GstObject src
           
 com.sun.jna.Pointer structure
           
 long timestamp
           
 MessageType type
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GstMessageAPI.MessageStruct()
          Creates a new instance of MessageStruct
GstMessageAPI.MessageStruct(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

mini_object

public volatile GstMiniObjectAPI.MiniObjectStruct mini_object

lock

public volatile com.sun.jna.Pointer lock

cond

public volatile com.sun.jna.Pointer cond

type

public volatile MessageType type

timestamp

public volatile long timestamp

src

public volatile GstObject src

structure

public volatile com.sun.jna.Pointer structure
Constructor Detail

GstMessageAPI.MessageStruct

public GstMessageAPI.MessageStruct()
Creates a new instance of MessageStruct


GstMessageAPI.MessageStruct

public GstMessageAPI.MessageStruct(com.sun.jna.Pointer ptr)