Class FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES>
org.lwjgl.fmod.FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES extends org.lwjgl.system.Struct<FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES> implements org.lwjgl.system.NativeResource

Layout


 struct FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES {
     int bar;
     int beat;
     int position;
     float tempo;
     int timesignatureupper;
     int timesignaturelower;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int BAR
      The struct member offsets.
    • BEAT

      public static final int BEAT
      The struct member offsets.
    • POSITION

      public static final int POSITION
      The struct member offsets.
    • TEMPO

      public static final int TEMPO
      The struct member offsets.
    • TIMESIGNATUREUPPER

      public static final int TIMESIGNATUREUPPER
      The struct member offsets.
    • TIMESIGNATURELOWER

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

    • FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES

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