Class AIExportFormatDesc

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct aiExportFormatDesc") public class AIExportFormatDesc extends Struct<AIExportFormatDesc> implements NativeResource
struct aiExportFormatDesc {
    char const * id;
    char const * description;
    char const * fileExtension;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • ID

      public static final int ID
      The struct member offsets.
    • DESCRIPTION

      public static final int DESCRIPTION
      The struct member offsets.
    • FILEEXTENSION

      public static final int FILEEXTENSION
      The struct member offsets.
  • Constructor Details

    • AIExportFormatDesc

      public AIExportFormatDesc(ByteBuffer container)
      Creates a AIExportFormatDesc instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details