public static class AVCodecLibrary.AVCodecParserContext
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
static int |
AV_PARSER_PTS_NB |
long[] |
cur_frame_dts |
long[] |
cur_frame_offset |
long[] |
cur_frame_pts |
int |
cur_frame_start_index |
long |
cur_offset |
long |
dts |
int |
fetch_timestamp |
int |
flags |
long |
frame_offset |
long |
last_dts |
long |
last_frame_offset |
long |
last_offset |
long |
last_pts |
long |
offset |
com.sun.jna.Pointer |
parser |
static int |
PARSER_FLAG_COMPLETE_FRAMES |
int |
pict_type |
com.sun.jna.Pointer |
priv_data |
long |
pts |
int |
repeat_pict |
Constructor and Description |
---|
AVCodecParserContext() |
public com.sun.jna.Pointer priv_data
public com.sun.jna.Pointer parser
public long frame_offset
public long cur_offset
public long last_frame_offset
public int pict_type
public int repeat_pict
public long pts
public long dts
public long last_pts
public long last_dts
public int fetch_timestamp
public static final int AV_PARSER_PTS_NB
public int cur_frame_start_index
public long[] cur_frame_offset
public long[] cur_frame_pts
public long[] cur_frame_dts
public int flags
public static final int PARSER_FLAG_COMPLETE_FRAMES
public long offset
public long last_offset