Class libvlc_chapter_description_t

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  libvlc_chapter_description_t.ByReference  
      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long i_duration  
      long i_time_offset  
      com.sun.jna.Pointer psz_name  
      • Fields inherited from class com.sun.jna.Structure

        ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
    • Method Summary

      • Methods inherited from class com.sun.jna.Structure

        autoRead, autoRead, autoWrite, autoWrite, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
    • Field Detail

      • i_time_offset

        public long i_time_offset
      • i_duration

        public long i_duration
      • psz_name

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

      • libvlc_chapter_description_t

        public libvlc_chapter_description_t()