Class AVCodecLibrary.AVCodecParserContext

  • Enclosing interface:
    AVCodecLibrary

    public static class AVCodecLibrary.AVCodecParserContext
    extends com.sun.jna.Structure
    • 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
      • 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

      • AVCodecParserContext

        public AVCodecParserContext()