public static final class BaseTransformAPI.GstBaseTransformStruct
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
BaseTransformAPI.GstBaseTransformStruct() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
public GstElementAPI.GstElementStruct element
public volatile Pad sinkpad
public volatile Pad srcpad
public volatile boolean passthrough
public volatile boolean always_in_place
public volatile Caps cache_caps1
public volatile int cache_caps1_size
public volatile Caps cache_caps2
public volatile int cache_caps2_size
public volatile boolean have_same_caps
public volatile boolean delay_configure
public volatile boolean pending_configure
public volatile boolean negotiated
public volatile boolean have_newsegment
public volatile GstAPI.GstSegmentStruct segment
public volatile com.sun.jna.Pointer transform_lock
public volatile com.sun.jna.Pointer priv
public volatile com.sun.jna.Pointer[] _gst_reserved
Copyright © 2016. All rights reserved.