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.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe 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_ADVANCEDSETTINGSinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionASIOChannelList(PointerBuffer value) Sets the address of the specifiedPointerBufferto theASIOChannelListfield.intASIONumChannels(int value) Sets the specified value to theASIONumChannelsfield.ASIOSpeakerList(IntBuffer value) Sets the address of the specifiedIntBufferto theASIOSpeakerListfield.static FMOD_ADVANCEDSETTINGScalloc()Returns a newFMOD_ADVANCEDSETTINGSinstance allocated withmemCalloc.static FMOD_ADVANCEDSETTINGS.Buffercalloc(int capacity) Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated withmemCalloc.static FMOD_ADVANCEDSETTINGS.Buffercalloc(int capacity, MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static FMOD_ADVANCEDSETTINGScalloc(MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGSinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.intcbSize()cbSize(int value) Sets the specified value to thecbSizefield.static FMOD_ADVANCEDSETTINGScreate()Returns a newFMOD_ADVANCEDSETTINGSinstance allocated withBufferUtils.static FMOD_ADVANCEDSETTINGS.Buffercreate(int capacity) Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated withBufferUtils.static FMOD_ADVANCEDSETTINGScreate(long address) Returns a newFMOD_ADVANCEDSETTINGSinstance for the specified memory address.static FMOD_ADVANCEDSETTINGS.Buffercreate(long address, int capacity) Create aFMOD_ADVANCEDSETTINGS.Bufferinstance at the specified memory.static @Nullable FMOD_ADVANCEDSETTINGScreateSafe(long address) static @Nullable FMOD_ADVANCEDSETTINGS.BuffercreateSafe(long address, int capacity) intdefaultDecodeBufferSize(int value) Sets the specified value to thedefaultDecodeBufferSizefield.floatdistanceFilterCenterFreq(float value) Sets the specified value to thedistanceFilterCenterFreqfield.intDSPBufferPoolSize(int value) Sets the specified value to theDSPBufferPoolSizefield.intgeometryMaxFadeTime(int value) Sets the specified value to thegeometryMaxFadeTimefield.static FMOD_ADVANCEDSETTINGSmalloc()Returns a newFMOD_ADVANCEDSETTINGSinstance allocated withmemAlloc.static FMOD_ADVANCEDSETTINGS.Buffermalloc(int capacity) Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated withmemAlloc.static FMOD_ADVANCEDSETTINGS.Buffermalloc(int capacity, MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated on the specifiedMemoryStack.static FMOD_ADVANCEDSETTINGSmalloc(MemoryStack stack) Returns a newFMOD_ADVANCEDSETTINGSinstance allocated on the specifiedMemoryStack.intmaxADPCMCodecs(int value) Sets the specified value to themaxADPCMCodecsfield.intmaxAT9Codecs(int value) Sets the specified value to themaxAT9Codecsfield.intmaxConvolutionThreads(int value) Sets the specified value to themaxConvolutionThreadsfield.intmaxFADPCMCodecs(int value) Sets the specified value to themaxFADPCMCodecsfield.intmaxMPEGCodecs(int value) Sets the specified value to themaxMPEGCodecsfield.intmaxOpusCodecs(int value) Sets the specified value to themaxOpusCodecsfield.intmaxSpatialObjects(int value) Sets the specified value to themaxSpatialObjectsfield.intmaxVorbisCodecs(int value) Sets the specified value to themaxVorbisCodecsfield.intmaxXMACodecs(int value) Sets the specified value to themaxXMACodecsfield.static PointerBuffernASIOChannelList(long struct) Unsafe version ofASIOChannelList.static voidnASIOChannelList(long struct, PointerBuffer value) Unsafe version ofASIOChannelList.static intnASIONumChannels(long struct) Unsafe version ofASIONumChannels().static voidnASIONumChannels(long struct, int value) Sets the specified value to theASIONumChannelsfield of the specifiedstruct.static IntBuffernASIOSpeakerList(long struct) Unsafe version ofASIOSpeakerList.static voidnASIOSpeakerList(long struct, IntBuffer value) Unsafe version ofASIOSpeakerList.static intncbSize(long struct) Unsafe version ofcbSize().static voidncbSize(long struct, int value) Unsafe version ofcbSize.static intndefaultDecodeBufferSize(long struct) Unsafe version ofdefaultDecodeBufferSize().static voidndefaultDecodeBufferSize(long struct, int value) Unsafe version ofdefaultDecodeBufferSize.static floatndistanceFilterCenterFreq(long struct) Unsafe version ofdistanceFilterCenterFreq().static voidndistanceFilterCenterFreq(long struct, float value) Unsafe version ofdistanceFilterCenterFreq.static intnDSPBufferPoolSize(long struct) Unsafe version ofDSPBufferPoolSize().static voidnDSPBufferPoolSize(long struct, int value) Unsafe version ofDSPBufferPoolSize.static intngeometryMaxFadeTime(long struct) Unsafe version ofgeometryMaxFadeTime().static voidngeometryMaxFadeTime(long struct, int value) Unsafe version ofgeometryMaxFadeTime.static intnmaxADPCMCodecs(long struct) Unsafe version ofmaxADPCMCodecs().static voidnmaxADPCMCodecs(long struct, int value) Unsafe version ofmaxADPCMCodecs.static intnmaxAT9Codecs(long struct) Unsafe version ofmaxAT9Codecs().static voidnmaxAT9Codecs(long struct, int value) Unsafe version ofmaxAT9Codecs.static intnmaxConvolutionThreads(long struct) Unsafe version ofmaxConvolutionThreads().static voidnmaxConvolutionThreads(long struct, int value) Unsafe version ofmaxConvolutionThreads.static intnmaxFADPCMCodecs(long struct) Unsafe version ofmaxFADPCMCodecs().static voidnmaxFADPCMCodecs(long struct, int value) Unsafe version ofmaxFADPCMCodecs.static intnmaxMPEGCodecs(long struct) Unsafe version ofmaxMPEGCodecs().static voidnmaxMPEGCodecs(long struct, int value) Unsafe version ofmaxMPEGCodecs.static intnmaxOpusCodecs(long struct) Unsafe version ofmaxOpusCodecs().static voidnmaxOpusCodecs(long struct, int value) Unsafe version ofmaxOpusCodecs.static intnmaxSpatialObjects(long struct) Unsafe version ofmaxSpatialObjects().static voidnmaxSpatialObjects(long struct, int value) Unsafe version ofmaxSpatialObjects.static intnmaxVorbisCodecs(long struct) Unsafe version ofmaxVorbisCodecs().static voidnmaxVorbisCodecs(long struct, int value) Unsafe version ofmaxVorbisCodecs.static intnmaxXMACodecs(long struct) Unsafe version ofmaxXMACodecs().static voidnmaxXMACodecs(long struct, int value) Unsafe version ofmaxXMACodecs.static shortnprofilePort(long struct) Unsafe version ofprofilePort().static voidnprofilePort(long struct, short value) Unsafe version ofprofilePort.static intnrandomSeed(long struct) Unsafe version ofrandomSeed().static voidnrandomSeed(long struct, int value) Unsafe version ofrandomSeed.static intnresamplerMethod(long struct) Unsafe version ofresamplerMethod().static voidnresamplerMethod(long struct, int value) Unsafe version ofresamplerMethod.static intnreverb3Dinstance(long struct) Unsafe version ofreverb3Dinstance().static voidnreverb3Dinstance(long struct, int value) Unsafe version ofreverb3Dinstance.static floatnvol0virtualvol(long struct) Unsafe version ofvol0virtualvol().static voidnvol0virtualvol(long struct, float value) Unsafe version ofvol0virtualvol.shortprofilePort(short value) Sets the specified value to theprofilePortfield.intrandomSeed(int value) Sets the specified value to therandomSeedfield.intresamplerMethod(int value) Sets the specified value to theresamplerMethodfield.intreverb3Dinstance(int value) Sets the specified value to thereverb3Dinstancefield.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.intsizeof()Returnssizeof(struct).static voidvalidate(long struct) Validates pointer members that should not beNULL.floatvol0virtualvol(float value) Sets the specified value to thevol0virtualvolfield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods 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_ADVANCEDSETTINGSinstance at the current position of the specifiedByteBuffercontainer. 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:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<FMOD_ADVANCEDSETTINGS>
-
cbSize
public int cbSize()- Returns:
- the value of the
cbSizefield.
-
maxMPEGCodecs
public int maxMPEGCodecs()- Returns:
- the value of the
maxMPEGCodecsfield.
-
maxADPCMCodecs
public int maxADPCMCodecs()- Returns:
- the value of the
maxADPCMCodecsfield.
-
maxXMACodecs
public int maxXMACodecs()- Returns:
- the value of the
maxXMACodecsfield.
-
maxVorbisCodecs
public int maxVorbisCodecs()- Returns:
- the value of the
maxVorbisCodecsfield.
-
maxAT9Codecs
public int maxAT9Codecs()- Returns:
- the value of the
maxAT9Codecsfield.
-
maxFADPCMCodecs
public int maxFADPCMCodecs()- Returns:
- the value of the
maxFADPCMCodecsfield.
-
maxOpusCodecs
public int maxOpusCodecs()- Returns:
- the value of the
maxOpusCodecsfield.
-
ASIONumChannels
public int ASIONumChannels()- Returns:
- the value of the
ASIONumChannelsfield.
-
ASIOChannelList
- Returns:
- a
PointerBufferview of the data pointed to by theASIOChannelListfield.
-
ASIOSpeakerList
- Returns:
- a
IntBufferview of the data pointed to by theASIOSpeakerListfield.
-
vol0virtualvol
public float vol0virtualvol()- Returns:
- the value of the
vol0virtualvolfield.
-
defaultDecodeBufferSize
public int defaultDecodeBufferSize()- Returns:
- the value of the
defaultDecodeBufferSizefield.
-
profilePort
public short profilePort()- Returns:
- the value of the
profilePortfield.
-
geometryMaxFadeTime
public int geometryMaxFadeTime()- Returns:
- the value of the
geometryMaxFadeTimefield.
-
distanceFilterCenterFreq
public float distanceFilterCenterFreq()- Returns:
- the value of the
distanceFilterCenterFreqfield.
-
reverb3Dinstance
public int reverb3Dinstance()- Returns:
- the value of the
reverb3Dinstancefield.
-
DSPBufferPoolSize
public int DSPBufferPoolSize()- Returns:
- the value of the
DSPBufferPoolSizefield.
-
resamplerMethod
public int resamplerMethod()- Returns:
- the value of the
resamplerMethodfield.
-
randomSeed
public int randomSeed()- Returns:
- the value of the
randomSeedfield.
-
maxConvolutionThreads
public int maxConvolutionThreads()- Returns:
- the value of the
maxConvolutionThreadsfield.
-
maxSpatialObjects
public int maxSpatialObjects()- Returns:
- the value of the
maxSpatialObjectsfield.
-
cbSize
Sets the specified value to thecbSizefield. -
maxMPEGCodecs
Sets the specified value to themaxMPEGCodecsfield. -
maxADPCMCodecs
Sets the specified value to themaxADPCMCodecsfield. -
maxXMACodecs
Sets the specified value to themaxXMACodecsfield. -
maxVorbisCodecs
Sets the specified value to themaxVorbisCodecsfield. -
maxAT9Codecs
Sets the specified value to themaxAT9Codecsfield. -
maxFADPCMCodecs
Sets the specified value to themaxFADPCMCodecsfield. -
maxOpusCodecs
Sets the specified value to themaxOpusCodecsfield. -
ASIONumChannels
Sets the specified value to theASIONumChannelsfield. -
ASIOChannelList
Sets the address of the specifiedPointerBufferto theASIOChannelListfield. -
ASIOSpeakerList
Sets the address of the specifiedIntBufferto theASIOSpeakerListfield. -
vol0virtualvol
Sets the specified value to thevol0virtualvolfield. -
defaultDecodeBufferSize
Sets the specified value to thedefaultDecodeBufferSizefield. -
profilePort
Sets the specified value to theprofilePortfield. -
geometryMaxFadeTime
Sets the specified value to thegeometryMaxFadeTimefield. -
distanceFilterCenterFreq
Sets the specified value to thedistanceFilterCenterFreqfield. -
reverb3Dinstance
Sets the specified value to thereverb3Dinstancefield. -
DSPBufferPoolSize
Sets the specified value to theDSPBufferPoolSizefield. -
resamplerMethod
Sets the specified value to theresamplerMethodfield. -
randomSeed
Sets the specified value to therandomSeedfield. -
maxConvolutionThreads
Sets the specified value to themaxConvolutionThreadsfield. -
maxSpatialObjects
Sets the specified value to themaxSpatialObjectsfield. -
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_ADVANCEDSETTINGSinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newFMOD_ADVANCEDSETTINGSinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newFMOD_ADVANCEDSETTINGSinstance allocated withBufferUtils. -
create
Returns a newFMOD_ADVANCEDSETTINGSinstance for the specified memory address. -
createSafe
-
malloc
Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aFMOD_ADVANCEDSETTINGS.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newFMOD_ADVANCEDSETTINGSinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newFMOD_ADVANCEDSETTINGSinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newFMOD_ADVANCEDSETTINGS.Bufferinstance allocated on the specifiedMemoryStackand 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 theASIONumChannelsfield 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
-