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 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()