Class FMOD_ERRORCALLBACK_INFO

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_ERRORCALLBACK_INFO extends Struct<FMOD_ERRORCALLBACK_INFO> implements NativeResource
struct FMOD_ERRORCALLBACK_INFO {
    FMOD_RESULT result;
    FMOD_ERRORCALLBACK_INSTANCETYPE instancetype;
    void * instance;
    char const * functionname;
    char const * functionparams;
}
  • Field Details

    • SIZEOF

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

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

      public static final int RESULT
      The struct member offsets.
    • INSTANCETYPE

      public static final int INSTANCETYPE
      The struct member offsets.
    • INSTANCE

      public static final int INSTANCE
      The struct member offsets.
    • FUNCTIONNAME

      public static final int FUNCTIONNAME
      The struct member offsets.
    • FUNCTIONPARAMS

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

    • FMOD_ERRORCALLBACK_INFO

      public FMOD_ERRORCALLBACK_INFO(ByteBuffer container)
      Creates a FMOD_ERRORCALLBACK_INFO 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