public static final class BaseSrcAPI.GstBaseSrcStruct
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
BaseSrcAPI.GstBaseSrcAbiData |
abidata |
int |
blocksize |
boolean |
can_activate_push |
com.sun.jna.Pointer |
clock_id |
GstElementAPI.GstElementStruct |
element |
long |
end_time |
boolean |
is_live |
com.sun.jna.Pointer |
live_cond |
com.sun.jna.Pointer |
live_lock |
boolean |
live_running |
boolean |
need_newsegment |
int |
num_buffers |
int |
num_buffers_left |
long |
offset |
ActivateMode |
pad_mode |
com.sun.jna.Pointer |
priv |
boolean |
random_access |
boolean |
seekable |
GstAPI.GstSegmentStruct |
segment |
long |
size |
Pad |
srcpad |
Constructor and Description |
---|
BaseSrcAPI.GstBaseSrcStruct() |
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
public GstElementAPI.GstElementStruct element
public volatile Pad srcpad
public volatile com.sun.jna.Pointer live_lock
public volatile com.sun.jna.Pointer live_cond
public volatile boolean is_live
public volatile boolean live_running
public volatile int blocksize
public volatile boolean can_activate_push
public volatile ActivateMode pad_mode
public volatile boolean seekable
public volatile boolean random_access
public volatile com.sun.jna.Pointer clock_id
public volatile long end_time
public volatile GstAPI.GstSegmentStruct segment
public volatile boolean need_newsegment
public volatile long offset
public volatile long size
public volatile int num_buffers
public volatile int num_buffers_left
public volatile BaseSrcAPI.GstBaseSrcAbiData abidata
public volatile com.sun.jna.Pointer priv