net.sf.ffmpeg_java
Class AVCodecLibrary.AVCodecParserContext

java.lang.Object
  extended by com.sun.jna.Structure
      extended by net.sf.ffmpeg_java.AVCodecLibrary.AVCodecParserContext
Enclosing interface:
AVCodecLibrary

public static class AVCodecLibrary.AVCodecParserContext
extends com.sun.jna.Structure


Field Summary
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
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AVCodecLibrary.AVCodecParserContext()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

AVCodecLibrary.AVCodecParserContext

public AVCodecLibrary.AVCodecParserContext()