Go to the source code of this file.
|
| namespace | Audio |
| | NO_LOGGING.
|
| |
|
| enum | EDecompressionType : int {
DTYPE_Setup
, DTYPE_Invalid
, DTYPE_RealTime
, DTYPE_Procedural
,
DTYPE_Xenon
, DTYPE_Streaming
, DTYPE_MAX
} |
| |
| enum class | ESoundWaveCuePointOrigin : uint8 { WaveFile = 0
, MarkerTransformation
} |
| |
| enum class | ESoundWavePrecacheState { NotStarted
, InProgress
, Done
} |
| |
| enum class | ESoundWaveFFTSize : uint8 {
VerySmall_64
, Small_256
, Medium_512
, Large_1024
,
VeryLarge_2048
} |
| |
| enum class | ESoundAssetCompressionType : uint8 {
BinkAudio
, ADPCM
, PCM
, Opus
,
PlatformSpecific
, ProjectDefined
, UMETA =(DisplayName = "RAD Audio")
} |
| |
◆ CASE_TO_STRING
◆ FSoundWaveProxyPtr
◆ EDecompressionType
| Enumerator |
|---|
| DTYPE_Setup | |
| DTYPE_Invalid | |
| DTYPE_RealTime | |
| DTYPE_Procedural | |
| DTYPE_Xenon | |
| DTYPE_Streaming | |
| DTYPE_MAX | |
◆ ESoundAssetCompressionType
| Enumerator |
|---|
| BinkAudio | |
| ADPCM | |
| PCM | |
| Opus | |
| PlatformSpecific | |
| ProjectDefined | |
| UMETA | |
◆ ESoundWaveCuePointOrigin
Dictates whether to use the CuePoints and Loop Regions from the .wav file or from the waveform editor Marker transformations during playback
| Enumerator |
|---|
| WaveFile | |
| MarkerTransformation | |
◆ ESoundWaveFFTSize
| Enumerator |
|---|
| VerySmall_64 | |
| Small_256 | |
| Medium_512 | |
| Large_1024 | |
| VeryLarge_2048 | |
◆ ESoundWavePrecacheState
Precache states
| Enumerator |
|---|
| NotStarted | |
| InProgress | |
| Done | |
◆ LexToString()
◆ InvalidAudioStreamCacheLookupID