SetAudioSubmixEffectParamInt
DocsSetAudioSubmixEffectParamInt(submixId, effectSlot, paramIndex, paramValue)Description
Sets an integer parameter for a submix effect.
Parameters
| Name | Type | Description |
|---|---|---|
submixId | int | The submix. |
effectSlot | int | The effect slot for the submix. It is expected that the effect is set in this slot beforehand. |
paramIndex | int | The parameter index for the effect. |
paramValue | int | The parameter value to set. |
Returns
voidThis native does not return a value.