UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ADPCMAudioInfo.h File Reference
#include "CoreMinimal.h"
#include "Audio.h"
#include "AudioDecompress.h"
#include "Sound/SoundWave.h"
#include "ContentStreaming.h"

Go to the source code of this file.

Classes

struct  WaveFormatHeader
 
struct  ADPCM::ADPCMFormatHeader
 
class  FADPCMAudioInfo
 

Namespaces

namespace  ADPCM
 

Macros

#define NUM_ADAPTATION_TABLE   16
 
#define NUM_ADAPTATION_COEFF   7
 
#define WAVE_FORMAT_LPCM   1
 
#define WAVE_FORMAT_ADPCM   2
 

Macro Definition Documentation

◆ NUM_ADAPTATION_COEFF

#define NUM_ADAPTATION_COEFF   7

◆ NUM_ADAPTATION_TABLE

#define NUM_ADAPTATION_TABLE   16

◆ WAVE_FORMAT_ADPCM

#define WAVE_FORMAT_ADPCM   2

◆ WAVE_FORMAT_LPCM

#define WAVE_FORMAT_LPCM   1