Navigation
API > API/Plugins > API/Plugins/Synthesis
| Name | EStereoDelaySourceEffect |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SourceEffects/SourceEffectStereoDelay.h |
| Include Path | #include "SourceEffects/SourceEffectStereoDelay.h" |
Syntax
enum EStereoDelaySourceEffect
{
Normal = 0,
Cross,
PingPong,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| Normal | Left input mixes with left delay line output and feeds to left output. |
| Cross | Left input mixes right delay line output and feeds to right output. |
| PingPong | Left input mixes with left delay line output and feeds to right output. |
| UMETA |