SetAudioSubmixEffectParamFloat
DocsSetAudioSubmixEffectParamFloat(submixId, effectSlot, paramIndex, paramValue)Description
Sets a floating-point 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 | float | The parameter value to set. |
Returns
voidThis native does not return a value.