Package org.lwjgl.fmod
Class FMOD_ADVANCEDSETTINGS
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct FMOD_ADVANCEDSETTINGS {
int cbSize;
int maxMPEGCodecs;
int maxADPCMCodecs;
int maxXMACodecs;
int maxVorbisCodecs;
int maxAT9Codecs;
int maxFADPCMCodecs;
int maxOpusCodecs;
int ASIONumChannels;
char ** ASIOChannelList;
FMOD_SPEAKER * ASIOSpeakerList;
float vol0virtualvol;
unsigned int defaultDecodeBufferSize;
unsigned short profilePort;
unsigned int geometryMaxFadeTime;
float distanceFilterCenterFreq;
int reverb3Dinstance;
int DSPBufferPoolSize;
FMOD_DSP_RESAMPLER resamplerMethod;
unsigned int randomSeed;
int maxConvolutionThreads;
int maxSpatialObjects;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionFMOD_ADVANCEDSETTINGS
(ByteBuffer container) Creates aFMOD_ADVANCEDSETTINGS
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionASIOChannelList
(PointerBuffer value) Sets the address of the specifiedPointerBuffer
to theASIOChannelList
field.int
ASIONumChannels
(int value) Sets the specified value to theASIONumChannels
field.ASIOSpeakerList
(IntBuffer value) Sets the address of the specifiedIntBuffer
to theASIOSpeakerList
field.static FMOD_ADVANCEDSETTINGS
calloc()
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated withmemCalloc
.static FMOD_ADVANCEDSETTINGS.Buffer
calloc
(int capacity) Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated withmemCalloc
.static FMOD_ADVANCEDSETTINGS.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static FMOD_ADVANCEDSETTINGS
calloc
(MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGS
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.int
cbSize()
cbSize
(int value) Sets the specified value to thecbSize
field.static FMOD_ADVANCEDSETTINGS
create()
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated withBufferUtils
.static FMOD_ADVANCEDSETTINGS.Buffer
create
(int capacity) Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated withBufferUtils
.static FMOD_ADVANCEDSETTINGS
create
(long address) Returns a newFMOD_ADVANCEDSETTINGS
instance for the specified memory address.static FMOD_ADVANCEDSETTINGS.Buffer
create
(long address, int capacity) Create aFMOD_ADVANCEDSETTINGS.Buffer
instance at the specified memory.static @Nullable FMOD_ADVANCEDSETTINGS
createSafe
(long address) static @Nullable FMOD_ADVANCEDSETTINGS.Buffer
createSafe
(long address, int capacity) int
defaultDecodeBufferSize
(int value) Sets the specified value to thedefaultDecodeBufferSize
field.float
distanceFilterCenterFreq
(float value) Sets the specified value to thedistanceFilterCenterFreq
field.int
DSPBufferPoolSize
(int value) Sets the specified value to theDSPBufferPoolSize
field.int
geometryMaxFadeTime
(int value) Sets the specified value to thegeometryMaxFadeTime
field.static FMOD_ADVANCEDSETTINGS
malloc()
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated withmemAlloc
.static FMOD_ADVANCEDSETTINGS.Buffer
malloc
(int capacity) Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated withmemAlloc
.static FMOD_ADVANCEDSETTINGS.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated on the specifiedMemoryStack
.static FMOD_ADVANCEDSETTINGS
malloc
(MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGS
instance allocated on the specifiedMemoryStack
.int
maxADPCMCodecs
(int value) Sets the specified value to themaxADPCMCodecs
field.int
maxAT9Codecs
(int value) Sets the specified value to themaxAT9Codecs
field.int
maxConvolutionThreads
(int value) Sets the specified value to themaxConvolutionThreads
field.int
maxFADPCMCodecs
(int value) Sets the specified value to themaxFADPCMCodecs
field.int
maxMPEGCodecs
(int value) Sets the specified value to themaxMPEGCodecs
field.int
maxOpusCodecs
(int value) Sets the specified value to themaxOpusCodecs
field.int
maxSpatialObjects
(int value) Sets the specified value to themaxSpatialObjects
field.int
maxVorbisCodecs
(int value) Sets the specified value to themaxVorbisCodecs
field.int
maxXMACodecs
(int value) Sets the specified value to themaxXMACodecs
field.static PointerBuffer
nASIOChannelList
(long struct) Unsafe version ofASIOChannelList
.static void
nASIOChannelList
(long struct, PointerBuffer value) Unsafe version ofASIOChannelList
.static int
nASIONumChannels
(long struct) Unsafe version ofASIONumChannels()
.static void
nASIONumChannels
(long struct, int value) Sets the specified value to theASIONumChannels
field of the specifiedstruct
.static IntBuffer
nASIOSpeakerList
(long struct) Unsafe version ofASIOSpeakerList
.static void
nASIOSpeakerList
(long struct, IntBuffer value) Unsafe version ofASIOSpeakerList
.static int
ncbSize
(long struct) Unsafe version ofcbSize()
.static void
ncbSize
(long struct, int value) Unsafe version ofcbSize
.static int
ndefaultDecodeBufferSize
(long struct) Unsafe version ofdefaultDecodeBufferSize()
.static void
ndefaultDecodeBufferSize
(long struct, int value) Unsafe version ofdefaultDecodeBufferSize
.static float
ndistanceFilterCenterFreq
(long struct) Unsafe version ofdistanceFilterCenterFreq()
.static void
ndistanceFilterCenterFreq
(long struct, float value) Unsafe version ofdistanceFilterCenterFreq
.static int
nDSPBufferPoolSize
(long struct) Unsafe version ofDSPBufferPoolSize()
.static void
nDSPBufferPoolSize
(long struct, int value) Unsafe version ofDSPBufferPoolSize
.static int
ngeometryMaxFadeTime
(long struct) Unsafe version ofgeometryMaxFadeTime()
.static void
ngeometryMaxFadeTime
(long struct, int value) Unsafe version ofgeometryMaxFadeTime
.static int
nmaxADPCMCodecs
(long struct) Unsafe version ofmaxADPCMCodecs()
.static void
nmaxADPCMCodecs
(long struct, int value) Unsafe version ofmaxADPCMCodecs
.static int
nmaxAT9Codecs
(long struct) Unsafe version ofmaxAT9Codecs()
.static void
nmaxAT9Codecs
(long struct, int value) Unsafe version ofmaxAT9Codecs
.static int
nmaxConvolutionThreads
(long struct) Unsafe version ofmaxConvolutionThreads()
.static void
nmaxConvolutionThreads
(long struct, int value) Unsafe version ofmaxConvolutionThreads
.static int
nmaxFADPCMCodecs
(long struct) Unsafe version ofmaxFADPCMCodecs()
.static void
nmaxFADPCMCodecs
(long struct, int value) Unsafe version ofmaxFADPCMCodecs
.static int
nmaxMPEGCodecs
(long struct) Unsafe version ofmaxMPEGCodecs()
.static void
nmaxMPEGCodecs
(long struct, int value) Unsafe version ofmaxMPEGCodecs
.static int
nmaxOpusCodecs
(long struct) Unsafe version ofmaxOpusCodecs()
.static void
nmaxOpusCodecs
(long struct, int value) Unsafe version ofmaxOpusCodecs
.static int
nmaxSpatialObjects
(long struct) Unsafe version ofmaxSpatialObjects()
.static void
nmaxSpatialObjects
(long struct, int value) Unsafe version ofmaxSpatialObjects
.static int
nmaxVorbisCodecs
(long struct) Unsafe version ofmaxVorbisCodecs()
.static void
nmaxVorbisCodecs
(long struct, int value) Unsafe version ofmaxVorbisCodecs
.static int
nmaxXMACodecs
(long struct) Unsafe version ofmaxXMACodecs()
.static void
nmaxXMACodecs
(long struct, int value) Unsafe version ofmaxXMACodecs
.static short
nprofilePort
(long struct) Unsafe version ofprofilePort()
.static void
nprofilePort
(long struct, short value) Unsafe version ofprofilePort
.static int
nrandomSeed
(long struct) Unsafe version ofrandomSeed()
.static void
nrandomSeed
(long struct, int value) Unsafe version ofrandomSeed
.static int
nresamplerMethod
(long struct) Unsafe version ofresamplerMethod()
.static void
nresamplerMethod
(long struct, int value) Unsafe version ofresamplerMethod
.static int
nreverb3Dinstance
(long struct) Unsafe version ofreverb3Dinstance()
.static void
nreverb3Dinstance
(long struct, int value) Unsafe version ofreverb3Dinstance
.static float
nvol0virtualvol
(long struct) Unsafe version ofvol0virtualvol()
.static void
nvol0virtualvol
(long struct, float value) Unsafe version ofvol0virtualvol
.short
profilePort
(short value) Sets the specified value to theprofilePort
field.int
randomSeed
(int value) Sets the specified value to therandomSeed
field.int
resamplerMethod
(int value) Sets the specified value to theresamplerMethod
field.int
reverb3Dinstance
(int value) Sets the specified value to thereverb3Dinstance
field.set
(int cbSize, int maxMPEGCodecs, int maxADPCMCodecs, int maxXMACodecs, int maxVorbisCodecs, int maxAT9Codecs, int maxFADPCMCodecs, int maxOpusCodecs, int ASIONumChannels, PointerBuffer ASIOChannelList, IntBuffer ASIOSpeakerList, float vol0virtualvol, int defaultDecodeBufferSize, short profilePort, int geometryMaxFadeTime, float distanceFilterCenterFreq, int reverb3Dinstance, int DSPBufferPoolSize, int resamplerMethod, int randomSeed, int maxConvolutionThreads, int maxSpatialObjects) Initializes this struct with the specified values.set
(FMOD_ADVANCEDSETTINGS src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.static void
validate
(long struct) Validates pointer members that should not beNULL
.float
vol0virtualvol
(float value) Sets the specified value to thevol0virtualvol
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
CBSIZE
public static final int CBSIZEThe struct member offsets. -
MAXMPEGCODECS
public static final int MAXMPEGCODECSThe struct member offsets. -
MAXADPCMCODECS
public static final int MAXADPCMCODECSThe struct member offsets. -
MAXXMACODECS
public static final int MAXXMACODECSThe struct member offsets. -
MAXVORBISCODECS
public static final int MAXVORBISCODECSThe struct member offsets. -
MAXAT9CODECS
public static final int MAXAT9CODECSThe struct member offsets. -
MAXFADPCMCODECS
public static final int MAXFADPCMCODECSThe struct member offsets. -
MAXOPUSCODECS
public static final int MAXOPUSCODECSThe struct member offsets. -
ASIONUMCHANNELS
public static final int ASIONUMCHANNELSThe struct member offsets. -
ASIOCHANNELLIST
public static final int ASIOCHANNELLISTThe struct member offsets. -
ASIOSPEAKERLIST
public static final int ASIOSPEAKERLISTThe struct member offsets. -
VOL0VIRTUALVOL
public static final int VOL0VIRTUALVOLThe struct member offsets. -
DEFAULTDECODEBUFFERSIZE
public static final int DEFAULTDECODEBUFFERSIZEThe struct member offsets. -
PROFILEPORT
public static final int PROFILEPORTThe struct member offsets. -
GEOMETRYMAXFADETIME
public static final int GEOMETRYMAXFADETIMEThe struct member offsets. -
DISTANCEFILTERCENTERFREQ
public static final int DISTANCEFILTERCENTERFREQThe struct member offsets. -
REVERB3DINSTANCE
public static final int REVERB3DINSTANCEThe struct member offsets. -
DSPBUFFERPOOLSIZE
public static final int DSPBUFFERPOOLSIZEThe struct member offsets. -
RESAMPLERMETHOD
public static final int RESAMPLERMETHODThe struct member offsets. -
RANDOMSEED
public static final int RANDOMSEEDThe struct member offsets. -
MAXCONVOLUTIONTHREADS
public static final int MAXCONVOLUTIONTHREADSThe struct member offsets. -
MAXSPATIALOBJECTS
public static final int MAXSPATIALOBJECTSThe struct member offsets.
-
-
Constructor Details
-
FMOD_ADVANCEDSETTINGS
Creates aFMOD_ADVANCEDSETTINGS
instance at the current position of the specifiedByteBuffer
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
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<FMOD_ADVANCEDSETTINGS>
-
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
- Returns:
- a
PointerBuffer
view of the data pointed to by theASIOChannelList
field.
-
ASIOSpeakerList
- Returns:
- a
IntBuffer
view of the data pointed to by theASIOSpeakerList
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
Sets the specified value to thecbSize
field. -
maxMPEGCodecs
Sets the specified value to themaxMPEGCodecs
field. -
maxADPCMCodecs
Sets the specified value to themaxADPCMCodecs
field. -
maxXMACodecs
Sets the specified value to themaxXMACodecs
field. -
maxVorbisCodecs
Sets the specified value to themaxVorbisCodecs
field. -
maxAT9Codecs
Sets the specified value to themaxAT9Codecs
field. -
maxFADPCMCodecs
Sets the specified value to themaxFADPCMCodecs
field. -
maxOpusCodecs
Sets the specified value to themaxOpusCodecs
field. -
ASIONumChannels
Sets the specified value to theASIONumChannels
field. -
ASIOChannelList
Sets the address of the specifiedPointerBuffer
to theASIOChannelList
field. -
ASIOSpeakerList
Sets the address of the specifiedIntBuffer
to theASIOSpeakerList
field. -
vol0virtualvol
Sets the specified value to thevol0virtualvol
field. -
defaultDecodeBufferSize
Sets the specified value to thedefaultDecodeBufferSize
field. -
profilePort
Sets the specified value to theprofilePort
field. -
geometryMaxFadeTime
Sets the specified value to thegeometryMaxFadeTime
field. -
distanceFilterCenterFreq
Sets the specified value to thedistanceFilterCenterFreq
field. -
reverb3Dinstance
Sets the specified value to thereverb3Dinstance
field. -
DSPBufferPoolSize
Sets the specified value to theDSPBufferPoolSize
field. -
resamplerMethod
Sets the specified value to theresamplerMethod
field. -
randomSeed
Sets the specified value to therandomSeed
field. -
maxConvolutionThreads
Sets the specified value to themaxConvolutionThreads
field. -
maxSpatialObjects
Sets the specified value to themaxSpatialObjects
field. -
set
public FMOD_ADVANCEDSETTINGS set(int cbSize, int maxMPEGCodecs, int maxADPCMCodecs, int maxXMACodecs, int maxVorbisCodecs, int maxAT9Codecs, int maxFADPCMCodecs, int maxOpusCodecs, int ASIONumChannels, PointerBuffer ASIOChannelList, IntBuffer ASIOSpeakerList, float vol0virtualvol, int defaultDecodeBufferSize, short profilePort, int geometryMaxFadeTime, float distanceFilterCenterFreq, int reverb3Dinstance, int DSPBufferPoolSize, int resamplerMethod, int randomSeed, int maxConvolutionThreads, int maxSpatialObjects) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated withBufferUtils
. -
create
Returns a newFMOD_ADVANCEDSETTINGS
instance for the specified memory address. -
createSafe
-
malloc
Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aFMOD_ADVANCEDSETTINGS.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
malloc
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newFMOD_ADVANCEDSETTINGS
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newFMOD_ADVANCEDSETTINGS.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
ncbSize
public static int ncbSize(long struct) Unsafe version ofcbSize()
. -
nmaxMPEGCodecs
public static int nmaxMPEGCodecs(long struct) Unsafe version ofmaxMPEGCodecs()
. -
nmaxADPCMCodecs
public static int nmaxADPCMCodecs(long struct) Unsafe version ofmaxADPCMCodecs()
. -
nmaxXMACodecs
public static int nmaxXMACodecs(long struct) Unsafe version ofmaxXMACodecs()
. -
nmaxVorbisCodecs
public static int nmaxVorbisCodecs(long struct) Unsafe version ofmaxVorbisCodecs()
. -
nmaxAT9Codecs
public static int nmaxAT9Codecs(long struct) Unsafe version ofmaxAT9Codecs()
. -
nmaxFADPCMCodecs
public static int nmaxFADPCMCodecs(long struct) Unsafe version ofmaxFADPCMCodecs()
. -
nmaxOpusCodecs
public static int nmaxOpusCodecs(long struct) Unsafe version ofmaxOpusCodecs()
. -
nASIONumChannels
public static int nASIONumChannels(long struct) Unsafe version ofASIONumChannels()
. -
nASIOChannelList
Unsafe version ofASIOChannelList
. -
nASIOSpeakerList
Unsafe version ofASIOSpeakerList
. -
nvol0virtualvol
public static float nvol0virtualvol(long struct) Unsafe version ofvol0virtualvol()
. -
ndefaultDecodeBufferSize
public static int ndefaultDecodeBufferSize(long struct) Unsafe version ofdefaultDecodeBufferSize()
. -
nprofilePort
public static short nprofilePort(long struct) Unsafe version ofprofilePort()
. -
ngeometryMaxFadeTime
public static int ngeometryMaxFadeTime(long struct) Unsafe version ofgeometryMaxFadeTime()
. -
ndistanceFilterCenterFreq
public static float ndistanceFilterCenterFreq(long struct) Unsafe version ofdistanceFilterCenterFreq()
. -
nreverb3Dinstance
public static int nreverb3Dinstance(long struct) Unsafe version ofreverb3Dinstance()
. -
nDSPBufferPoolSize
public static int nDSPBufferPoolSize(long struct) Unsafe version ofDSPBufferPoolSize()
. -
nresamplerMethod
public static int nresamplerMethod(long struct) Unsafe version ofresamplerMethod()
. -
nrandomSeed
public static int nrandomSeed(long struct) Unsafe version ofrandomSeed()
. -
nmaxConvolutionThreads
public static int nmaxConvolutionThreads(long struct) Unsafe version ofmaxConvolutionThreads()
. -
nmaxSpatialObjects
public static int nmaxSpatialObjects(long struct) Unsafe version ofmaxSpatialObjects()
. -
ncbSize
public static void ncbSize(long struct, int value) Unsafe version ofcbSize
. -
nmaxMPEGCodecs
public static void nmaxMPEGCodecs(long struct, int value) Unsafe version ofmaxMPEGCodecs
. -
nmaxADPCMCodecs
public static void nmaxADPCMCodecs(long struct, int value) Unsafe version ofmaxADPCMCodecs
. -
nmaxXMACodecs
public static void nmaxXMACodecs(long struct, int value) Unsafe version ofmaxXMACodecs
. -
nmaxVorbisCodecs
public static void nmaxVorbisCodecs(long struct, int value) Unsafe version ofmaxVorbisCodecs
. -
nmaxAT9Codecs
public static void nmaxAT9Codecs(long struct, int value) Unsafe version ofmaxAT9Codecs
. -
nmaxFADPCMCodecs
public static void nmaxFADPCMCodecs(long struct, int value) Unsafe version ofmaxFADPCMCodecs
. -
nmaxOpusCodecs
public static void nmaxOpusCodecs(long struct, int value) Unsafe version ofmaxOpusCodecs
. -
nASIONumChannels
public static void nASIONumChannels(long struct, int value) Sets the specified value to theASIONumChannels
field of the specifiedstruct
. -
nASIOChannelList
Unsafe version ofASIOChannelList
. -
nASIOSpeakerList
Unsafe version ofASIOSpeakerList
. -
nvol0virtualvol
public static void nvol0virtualvol(long struct, float value) Unsafe version ofvol0virtualvol
. -
ndefaultDecodeBufferSize
public static void ndefaultDecodeBufferSize(long struct, int value) Unsafe version ofdefaultDecodeBufferSize
. -
nprofilePort
public static void nprofilePort(long struct, short value) Unsafe version ofprofilePort
. -
ngeometryMaxFadeTime
public static void ngeometryMaxFadeTime(long struct, int value) Unsafe version ofgeometryMaxFadeTime
. -
ndistanceFilterCenterFreq
public static void ndistanceFilterCenterFreq(long struct, float value) Unsafe version ofdistanceFilterCenterFreq
. -
nreverb3Dinstance
public static void nreverb3Dinstance(long struct, int value) Unsafe version ofreverb3Dinstance
. -
nDSPBufferPoolSize
public static void nDSPBufferPoolSize(long struct, int value) Unsafe version ofDSPBufferPoolSize
. -
nresamplerMethod
public static void nresamplerMethod(long struct, int value) Unsafe version ofresamplerMethod
. -
nrandomSeed
public static void nrandomSeed(long struct, int value) Unsafe version ofrandomSeed
. -
nmaxConvolutionThreads
public static void nmaxConvolutionThreads(long struct, int value) Unsafe version ofmaxConvolutionThreads
. -
nmaxSpatialObjects
public static void nmaxSpatialObjects(long struct, int value) Unsafe version ofmaxSpatialObjects
. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL
.- Parameters:
struct
- the struct to validate
-