public static class AVFormatLibrary.AVPacket
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
AVFormatLibrary.AVPacket() |
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