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
FieldsModifier and TypeFieldDescriptionstatic final int
long[]
long[]
long[]
int
long
long
int
int
long
long
long
long
long
long
com.sun.jna.Pointer
static final int
int
com.sun.jna.Pointer
long
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
-
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:
-
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:
-
offset
public long offset -
last_offset
public long last_offset
-
-
Constructor Details
-
AVCodecParserContext
public AVCodecParserContext()
-