Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EDecompressionType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
Syntax
enum EDecompressionType
{
DTYPE_Setup,
DTYPE_Invalid,
DTYPE_RealTime,
DTYPE_Procedural,
DTYPE_Xenon,
DTYPE_Streaming,
DTYPE_MAX,
}
Values
| Name | Remarks |
|---|---|
| DTYPE_Setup | |
| DTYPE_Invalid | |
| DTYPE_RealTime | |
| DTYPE_Procedural | |
| DTYPE_Xenon | |
| DTYPE_Streaming | |
| DTYPE_MAX |