Class AVFormatLibrary.AVIndexEntry

  • Enclosing interface:
    AVFormatLibrary

    public static class AVFormatLibrary.AVIndexEntry
    extends com.sun.jna.Structure
    < full parsing and interpolation of timestamps for frames not starting on packet boundary
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AVINDEX_KEYFRAME  
      int bit_fields  
      int min_distance  
      long pos  
      long timestamp  
      • Fields inherited from class com.sun.jna.Structure

        ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      AVIndexEntry()  
    • 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

      • pos

        public long pos
      • timestamp

        public long timestamp
      • bit_fields

        public int bit_fields
      • min_distance

        public int min_distance
    • Constructor Detail

      • AVIndexEntry

        public AVIndexEntry()