Class FMOD_STUDIO_ADVANCEDSETTINGS.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<FMOD_STUDIO_ADVANCEDSETTINGS>, NativeResource, Pointer
Enclosing class:
FMOD_STUDIO_ADVANCEDSETTINGS

public static class FMOD_STUDIO_ADVANCEDSETTINGS.Buffer extends StructBuffer<FMOD_STUDIO_ADVANCEDSETTINGS,FMOD_STUDIO_ADVANCEDSETTINGS.Buffer> implements NativeResource
An array of FMOD_STUDIO_ADVANCEDSETTINGS structs.
  • Constructor Details Link icon

    • Buffer Link icon

      public Buffer(ByteBuffer container)
      Creates a new FMOD_STUDIO_ADVANCEDSETTINGS.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by FMOD_STUDIO_ADVANCEDSETTINGS.SIZEOF, and its mark will be undefined.

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

    • Buffer Link icon

      public Buffer(long address, int cap)
  • Method Details Link icon

    • cbsize Link icon

      public int cbsize()
      Returns:
      the value of the cbsize field.
    • commandqueuesize Link icon

      public int commandqueuesize()
      Returns:
      the value of the commandqueuesize field.
    • handleinitialsize Link icon

      public int handleinitialsize()
      Returns:
      the value of the handleinitialsize field.
    • studioupdateperiod Link icon

      public int studioupdateperiod()
      Returns:
      the value of the studioupdateperiod field.
    • idlesampledatapoolsize Link icon

      public int idlesampledatapoolsize()
      Returns:
      the value of the idlesampledatapoolsize field.
    • streamingscheduledelay Link icon

      public int streamingscheduledelay()
      Returns:
      the value of the streamingscheduledelay field.
    • encryptionkey Link icon

      public ByteBuffer encryptionkey()
      Returns:
      a ByteBuffer view of the null-terminated string pointed to by the encryptionkey field.
    • encryptionkeyString Link icon

      public String encryptionkeyString()
      Returns:
      the null-terminated string pointed to by the encryptionkey field.
    • cbsize Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer cbsize(int value)
      Sets the specified value to the cbsize field.
    • commandqueuesize Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer commandqueuesize(int value)
      Sets the specified value to the commandqueuesize field.
    • handleinitialsize Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer handleinitialsize(int value)
      Sets the specified value to the handleinitialsize field.
    • studioupdateperiod Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer studioupdateperiod(int value)
      Sets the specified value to the studioupdateperiod field.
    • idlesampledatapoolsize Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer idlesampledatapoolsize(int value)
      Sets the specified value to the idlesampledatapoolsize field.
    • streamingscheduledelay Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer streamingscheduledelay(int value)
      Sets the specified value to the streamingscheduledelay field.
    • encryptionkey Link icon

      public FMOD_STUDIO_ADVANCEDSETTINGS.Buffer encryptionkey(ByteBuffer value)
      Sets the address of the specified encoded string to the encryptionkey field.