|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
net.sf.ffmpeg_java.AVFormatLibrary.AVPacket
public static class AVFormatLibrary.AVPacket
Field Summary | |
---|---|
com.sun.jna.Pointer |
data
|
AVFormatLibrary.Destruct |
destruct
|
long |
dts
|
int |
duration
|
int |
flags
|
long |
pos
|
com.sun.jna.Pointer |
priv
|
long |
pts
|
int |
size
|
int |
stream_index
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
AVFormatLibrary.AVPacket()
|
Method Summary |
---|
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long pts
public long dts
public com.sun.jna.Pointer data
public int size
public int stream_index
public int flags
public int duration
public AVFormatLibrary.Destruct destruct
public com.sun.jna.Pointer priv
public long pos
Constructor Detail |
---|
public AVFormatLibrary.AVPacket()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |