org.gstreamer.lowlevel
Class GstAPI.GErrorStruct

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

public static class GstAPI.GErrorStruct
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
 int code
           
 int domain
           
 java.lang.String message
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GstAPI.GErrorStruct()
          Creates a new instance of GError
GstAPI.GErrorStruct(com.sun.jna.Pointer ptr)
           
 
Method Summary
 int getCode()
           
 java.lang.String getMessage()
           
 
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

domain

public volatile int domain

code

public volatile int code

message

public volatile java.lang.String message
Constructor Detail

GstAPI.GErrorStruct

public GstAPI.GErrorStruct()
Creates a new instance of GError


GstAPI.GErrorStruct

public GstAPI.GErrorStruct(com.sun.jna.Pointer ptr)
Method Detail

getCode

public int getCode()

getMessage

public java.lang.String getMessage()