public static final class BaseSinkAPI.GstBaseSinkStruct
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
BaseSinkAPI.GstBaseSinkAbiData |
abidata |
int |
buffers_queued |
boolean |
can_activate_pull |
boolean |
can_activate_push |
com.sun.jna.Pointer |
clock_id |
GstElementAPI.GstElementStruct |
element |
long |
end_time |
boolean |
eos |
boolean |
eos_queued |
int |
events_queued |
boolean |
flushing |
boolean |
have_newsegment |
boolean |
have_preroll |
boolean |
need_preroll |
long |
offset |
ActivateMode |
pad_mode |
boolean |
playing_async |
com.sun.jna.Pointer |
preroll_queue |
int |
preroll_queue_max_len |
int |
preroll_queued |
com.sun.jna.Pointer |
priv |
GstAPI.GstSegmentStruct |
segment |
Pad |
sinkpad |
boolean |
sync |
Constructor and Description |
---|
BaseSinkAPI.GstBaseSinkStruct() |
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 sinkpad
public volatile ActivateMode pad_mode
public volatile long offset
public volatile boolean can_activate_pull
public volatile boolean can_activate_push
public volatile com.sun.jna.Pointer preroll_queue
public volatile int preroll_queue_max_len
public volatile int preroll_queued
public volatile int buffers_queued
public volatile int events_queued
public volatile boolean eos
public volatile boolean eos_queued
public volatile boolean need_preroll
public volatile boolean have_preroll
public volatile boolean playing_async
public volatile boolean have_newsegment
public volatile GstAPI.GstSegmentStruct segment
public volatile com.sun.jna.Pointer clock_id
public volatile long end_time
public volatile boolean sync
public volatile boolean flushing
public volatile BaseSinkAPI.GstBaseSinkAbiData abidata
public volatile com.sun.jna.Pointer priv