public static final class GstBufferAPI.BufferStruct
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
com.sun.jna.Pointer |
caps |
com.sun.jna.Pointer |
data |
ClockTime |
duration |
com.sun.jna.Pointer |
malloc_data |
GstMiniObjectAPI.MiniObjectStruct |
mini_object |
long |
offset |
long |
offset_end |
int |
size |
ClockTime |
timestamp |
Constructor and Description |
---|
GstBufferAPI.BufferStruct(com.sun.jna.Pointer ptr) |
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 volatile GstMiniObjectAPI.MiniObjectStruct mini_object
public com.sun.jna.Pointer data
public int size
public ClockTime timestamp
public ClockTime duration
public com.sun.jna.Pointer caps
public long offset
public long offset_end
public com.sun.jna.Pointer malloc_data