Class AVCodecLibrary.AVBitStreamFilter

  • Enclosing interface:
    AVCodecLibrary

    public static class AVCodecLibrary.AVBitStreamFilter
    extends com.sun.jna.Structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.sun.jna.Pointer filter  
      com.sun.jna.Pointer name  
      com.sun.jna.Pointer next  
      int priv_data_size  
      • Fields inherited from class com.sun.jna.Structure

        ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
    • 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

      • name

        public com.sun.jna.Pointer name
      • priv_data_size

        public int priv_data_size
      • filter

        public com.sun.jna.Pointer filter
      • next

        public com.sun.jna.Pointer next
    • Constructor Detail

      • AVBitStreamFilter

        public AVBitStreamFilter()