org.gstreamer.lowlevel
Class BaseTransformAPI.GstBaseTransformStruct

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

public static final class BaseTransformAPI.GstBaseTransformStruct
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[] _gst_reserved
           
 boolean always_in_place
           
 Caps cache_caps1
           
 int cache_caps1_size
           
 Caps cache_caps2
           
 int cache_caps2_size
           
 boolean delay_configure
           
 GstElementAPI.GstElementStruct element
           
 boolean have_newsegment
           
 boolean have_same_caps
           
 boolean negotiated
           
 boolean passthrough
           
 boolean pending_configure
           
 com.sun.jna.Pointer priv
           
 GstAPI.GstSegmentStruct segment
           
 Pad sinkpad
           
 Pad srcpad
           
 com.sun.jna.Pointer transform_lock
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
BaseTransformAPI.GstBaseTransformStruct()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, 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

element

public GstElementAPI.GstElementStruct element

sinkpad

public volatile Pad sinkpad

srcpad

public volatile Pad srcpad

passthrough

public volatile boolean passthrough

always_in_place

public volatile boolean always_in_place

cache_caps1

public volatile Caps cache_caps1

cache_caps1_size

public volatile int cache_caps1_size

cache_caps2

public volatile Caps cache_caps2

cache_caps2_size

public volatile int cache_caps2_size

have_same_caps

public volatile boolean have_same_caps

delay_configure

public volatile boolean delay_configure

pending_configure

public volatile boolean pending_configure

negotiated

public volatile boolean negotiated

have_newsegment

public volatile boolean have_newsegment

segment

public volatile GstAPI.GstSegmentStruct segment

transform_lock

public volatile com.sun.jna.Pointer transform_lock

priv

public volatile com.sun.jna.Pointer priv

_gst_reserved

public volatile com.sun.jna.Pointer[] _gst_reserved
Constructor Detail

BaseTransformAPI.GstBaseTransformStruct

public BaseTransformAPI.GstBaseTransformStruct()