FMOD_DSP_PARAMETER_DESC_DATA

FMOD Studio API

Firelight Technologies FMOD Studio API

FMOD_DSP_PARAMETER_DESC_DATA

Structure to define a data parameter for a DSP unit. Use 0 or above for custom types. This parameter will be treated specially by the system if set to one of the FMOD_DSP_PARAMETER_DATA_TYPE values.

C/C++ Syntax

typedef struct {
  int datatype;
} FMOD_DSP_PARAMETER_DESC_DATA;

JavaScript Syntax

struct FMOD_DSP_PARAMETER_DESC_DATA
{
  datatype,
};

Members

datatype

[w] The type of data for this parameter. Use 0 or above for custom types or set to one of the FMOD_DSP_PARAMETER_DATA_TYPE values.

Remarks

Members marked with [r] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value.
Members marked with [w] mean the variable can be written to. The user can set the value.

JavaScript only :

Not all fields are currently supported or may not work as expected at this time. To initialize an new instance in javascript use "FMOD.DSP_PARAMETER_DESC_DATA()", no 'new' keyword is required.

See Also




Version 1.10.03 Built on Feb 1, 2018