Package net.sf.ffmpeg_java
Class AVCodecLibrary.AVCodecParserContext
- java.lang.Object
-
- com.sun.jna.Structure
-
- net.sf.ffmpeg_java.AVCodecLibrary.AVCodecParserContext
-
- Enclosing interface:
- AVCodecLibrary
public static class AVCodecLibrary.AVCodecParserContext extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description static intAV_PARSER_PTS_NBlong[]cur_frame_dtslong[]cur_frame_offsetlong[]cur_frame_ptsintcur_frame_start_indexlongcur_offsetlongdtsintfetch_timestampintflagslongframe_offsetlonglast_dtslonglast_frame_offsetlonglast_offsetlonglast_ptslongoffsetcom.sun.jna.Pointerparserstatic intPARSER_FLAG_COMPLETE_FRAMESintpict_typecom.sun.jna.Pointerpriv_datalongptsintrepeat_pict
-
Constructor Summary
Constructors Constructor Description AVCodecParserContext()
-
-
-
Field Detail
-
priv_data
public com.sun.jna.Pointer priv_data
-
parser
public com.sun.jna.Pointer parser
-
frame_offset
public long frame_offset
-
cur_offset
public long cur_offset
-
last_frame_offset
public long last_frame_offset
-
pict_type
public int pict_type
-
repeat_pict
public int repeat_pict
-
pts
public long pts
-
dts
public long dts
-
last_pts
public long last_pts
-
last_dts
public long last_dts
-
fetch_timestamp
public int fetch_timestamp
-
AV_PARSER_PTS_NB
public static final int AV_PARSER_PTS_NB
- See Also:
- Constant Field Values
-
cur_frame_start_index
public int cur_frame_start_index
-
cur_frame_offset
public long[] cur_frame_offset
-
cur_frame_pts
public long[] cur_frame_pts
-
cur_frame_dts
public long[] cur_frame_dts
-
flags
public int flags
-
PARSER_FLAG_COMPLETE_FRAMES
public static final int PARSER_FLAG_COMPLETE_FRAMES
- See Also:
- Constant Field Values
-
offset
public long offset
-
last_offset
public long last_offset
-
-