Class AVFormatLibrary.AVPacket

  • Enclosing interface:
    AVFormatLibrary

    public static class AVFormatLibrary.AVPacket
    extends com.sun.jna.Structure
    • Constructor Summary

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

      • pts

        public long pts
      • dts

        public long dts
      • data

        public com.sun.jna.Pointer data
      • size

        public int size
      • stream_index

        public int stream_index
      • flags

        public int flags
      • duration

        public int duration
      • priv

        public com.sun.jna.Pointer priv
      • pos

        public long pos
    • Constructor Detail

      • AVPacket

        public AVPacket()