UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ADPCM::ADPCMFormatHeader Struct Reference

#include <ADPCMAudioInfo.h>

Public Member Functions

 ADPCMFormatHeader ()
 

Public Attributes

WaveFormatHeader BaseFormat
 
uint16 wSamplesPerBlock
 
uint16 wNumCoef
 
int16 aCoef [2 *NUM_ADAPTATION_COEFF]
 
uint32 SamplesPerChannel
 

Constructor & Destructor Documentation

◆ ADPCMFormatHeader()

ADPCM::ADPCMFormatHeader::ADPCMFormatHeader ( )
inline

Member Data Documentation

◆ aCoef

int16 ADPCM::ADPCMFormatHeader::aCoef[2 *NUM_ADAPTATION_COEFF]

◆ BaseFormat

WaveFormatHeader ADPCM::ADPCMFormatHeader::BaseFormat

◆ SamplesPerChannel

uint32 ADPCM::ADPCMFormatHeader::SamplesPerChannel

◆ wNumCoef

uint16 ADPCM::ADPCMFormatHeader::wNumCoef

◆ wSamplesPerBlock

uint16 ADPCM::ADPCMFormatHeader::wSamplesPerBlock

The documentation for this struct was generated from the following file: