org.gstreamer.lowlevel
Class BaseAPI.GstBaseSinkStruct

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

public static final class BaseAPI.GstBaseSinkStruct
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
 BaseAPI.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
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
BaseAPI.GstBaseSinkStruct()
           
 
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

pad_mode

public volatile ActivateMode pad_mode

offset

public volatile long offset

can_activate_pull

public volatile boolean can_activate_pull

can_activate_push

public volatile boolean can_activate_push

preroll_queue

public volatile com.sun.jna.Pointer preroll_queue

preroll_queue_max_len

public volatile int preroll_queue_max_len

preroll_queued

public volatile int preroll_queued

buffers_queued

public volatile int buffers_queued

events_queued

public volatile int events_queued

eos

public volatile boolean eos

eos_queued

public volatile boolean eos_queued

need_preroll

public volatile boolean need_preroll

have_preroll

public volatile boolean have_preroll

playing_async

public volatile boolean playing_async

have_newsegment

public volatile boolean have_newsegment

segment

public volatile GstAPI.GstSegmentStruct segment

clock_id

public volatile com.sun.jna.Pointer clock_id

end_time

public volatile long end_time

sync

public volatile boolean sync

flushing

public volatile boolean flushing

abidata

public volatile BaseAPI.GstBaseSinkAbiData abidata

priv

public volatile com.sun.jna.Pointer priv
Constructor Detail

BaseAPI.GstBaseSinkStruct

public BaseAPI.GstBaseSinkStruct()