Package net.sf.ffmpeg_java
Class AVFormatLibrary.AVPacket
java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.AVFormatLibrary.AVPacket
- Enclosing interface:
AVFormatLibrary
public static class AVFormatLibrary.AVPacket
extends com.sun.jna.Structure
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.sun.jna.Pointer
long
int
int
long
com.sun.jna.Pointer
long
int
int
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
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
-
Field Details
-
pts
public long pts -
dts
public long dts -
data
public com.sun.jna.Pointer data -
size
public int size -
stream_index
public int stream_index -
flags
public int flags -
duration
public int duration -
destruct
-
priv
public com.sun.jna.Pointer priv -
pos
public long pos
-
-
Constructor Details
-
AVPacket
public AVPacket()
-