Class FMOD_ADVANCEDSETTINGS.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new FMOD_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_ADVANCEDSETTINGS.SIZEOF, and its mark will be undefined.

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

    • Buffer

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

    • cbSize

      public int cbSize()
      Returns:
      the value of the cbSize field.
    • maxMPEGCodecs

      public int maxMPEGCodecs()
      Returns:
      the value of the maxMPEGCodecs field.
    • maxADPCMCodecs

      public int maxADPCMCodecs()
      Returns:
      the value of the maxADPCMCodecs field.
    • maxXMACodecs

      public int maxXMACodecs()
      Returns:
      the value of the maxXMACodecs field.
    • maxVorbisCodecs

      public int maxVorbisCodecs()
      Returns:
      the value of the maxVorbisCodecs field.
    • maxAT9Codecs

      public int maxAT9Codecs()
      Returns:
      the value of the maxAT9Codecs field.
    • maxFADPCMCodecs

      public int maxFADPCMCodecs()
      Returns:
      the value of the maxFADPCMCodecs field.
    • maxOpusCodecs

      public int maxOpusCodecs()
      Returns:
      the value of the maxOpusCodecs field.
    • ASIONumChannels

      public int ASIONumChannels()
      Returns:
      the value of the ASIONumChannels field.
    • ASIOChannelList

      public PointerBuffer ASIOChannelList()
      Returns:
      a PointerBuffer view of the data pointed to by the ASIOChannelList field.
    • ASIOSpeakerList

      public IntBuffer ASIOSpeakerList()
      Returns:
      a IntBuffer view of the data pointed to by the ASIOSpeakerList field.
    • vol0virtualvol

      public float vol0virtualvol()
      Returns:
      the value of the vol0virtualvol field.
    • defaultDecodeBufferSize

      public int defaultDecodeBufferSize()
      Returns:
      the value of the defaultDecodeBufferSize field.
    • profilePort

      public short profilePort()
      Returns:
      the value of the profilePort field.
    • geometryMaxFadeTime

      public int geometryMaxFadeTime()
      Returns:
      the value of the geometryMaxFadeTime field.
    • distanceFilterCenterFreq

      public float distanceFilterCenterFreq()
      Returns:
      the value of the distanceFilterCenterFreq field.
    • reverb3Dinstance

      public int reverb3Dinstance()
      Returns:
      the value of the reverb3Dinstance field.
    • DSPBufferPoolSize

      public int DSPBufferPoolSize()
      Returns:
      the value of the DSPBufferPoolSize field.
    • resamplerMethod

      public int resamplerMethod()
      Returns:
      the value of the resamplerMethod field.
    • randomSeed

      public int randomSeed()
      Returns:
      the value of the randomSeed field.
    • maxConvolutionThreads

      public int maxConvolutionThreads()
      Returns:
      the value of the maxConvolutionThreads field.
    • maxSpatialObjects

      public int maxSpatialObjects()
      Returns:
      the value of the maxSpatialObjects field.
    • cbSize

      public FMOD_ADVANCEDSETTINGS.Buffer cbSize(int value)
      Sets the specified value to the cbSize field.
    • maxMPEGCodecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxMPEGCodecs(int value)
      Sets the specified value to the maxMPEGCodecs field.
    • maxADPCMCodecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxADPCMCodecs(int value)
      Sets the specified value to the maxADPCMCodecs field.
    • maxXMACodecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxXMACodecs(int value)
      Sets the specified value to the maxXMACodecs field.
    • maxVorbisCodecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxVorbisCodecs(int value)
      Sets the specified value to the maxVorbisCodecs field.
    • maxAT9Codecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxAT9Codecs(int value)
      Sets the specified value to the maxAT9Codecs field.
    • maxFADPCMCodecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxFADPCMCodecs(int value)
      Sets the specified value to the maxFADPCMCodecs field.
    • maxOpusCodecs

      public FMOD_ADVANCEDSETTINGS.Buffer maxOpusCodecs(int value)
      Sets the specified value to the maxOpusCodecs field.
    • ASIONumChannels

      public FMOD_ADVANCEDSETTINGS.Buffer ASIONumChannels(int value)
      Sets the specified value to the ASIONumChannels field.
    • ASIOChannelList

      public FMOD_ADVANCEDSETTINGS.Buffer ASIOChannelList(PointerBuffer value)
      Sets the address of the specified PointerBuffer to the ASIOChannelList field.
    • ASIOSpeakerList

      public FMOD_ADVANCEDSETTINGS.Buffer ASIOSpeakerList(IntBuffer value)
      Sets the address of the specified IntBuffer to the ASIOSpeakerList field.
    • vol0virtualvol

      public FMOD_ADVANCEDSETTINGS.Buffer vol0virtualvol(float value)
      Sets the specified value to the vol0virtualvol field.
    • defaultDecodeBufferSize

      public FMOD_ADVANCEDSETTINGS.Buffer defaultDecodeBufferSize(int value)
      Sets the specified value to the defaultDecodeBufferSize field.
    • profilePort

      public FMOD_ADVANCEDSETTINGS.Buffer profilePort(short value)
      Sets the specified value to the profilePort field.
    • geometryMaxFadeTime

      public FMOD_ADVANCEDSETTINGS.Buffer geometryMaxFadeTime(int value)
      Sets the specified value to the geometryMaxFadeTime field.
    • distanceFilterCenterFreq

      public FMOD_ADVANCEDSETTINGS.Buffer distanceFilterCenterFreq(float value)
      Sets the specified value to the distanceFilterCenterFreq field.
    • reverb3Dinstance

      public FMOD_ADVANCEDSETTINGS.Buffer reverb3Dinstance(int value)
      Sets the specified value to the reverb3Dinstance field.
    • DSPBufferPoolSize

      public FMOD_ADVANCEDSETTINGS.Buffer DSPBufferPoolSize(int value)
      Sets the specified value to the DSPBufferPoolSize field.
    • resamplerMethod

      public FMOD_ADVANCEDSETTINGS.Buffer resamplerMethod(int value)
      Sets the specified value to the resamplerMethod field.
    • randomSeed

      public FMOD_ADVANCEDSETTINGS.Buffer randomSeed(int value)
      Sets the specified value to the randomSeed field.
    • maxConvolutionThreads

      public FMOD_ADVANCEDSETTINGS.Buffer maxConvolutionThreads(int value)
      Sets the specified value to the maxConvolutionThreads field.
    • maxSpatialObjects

      public FMOD_ADVANCEDSETTINGS.Buffer maxSpatialObjects(int value)
      Sets the specified value to the maxSpatialObjects field.