Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include | #include "Sound/SoundSubmix.h" |
Syntax
enum EGainParamMode
{
Linear = 0,
Decibels,
}
Values
| Name | Description |
|---|---|
| Linear | |
| Decibels |
Remarks
Whether to use linear or decibel values for audio gains.