Navigation
API > API/Runtime > API/Runtime/AdpcmAudioDecoder
| Name | ADPCMFormatHeader |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdpcmAudioDecoder/Module/Public/Decoders/ADPCMAudioInfo.h |
| Include Path | #include "Decoders/ADPCMAudioInfo.h" |
Syntax
struct ADPCMFormatHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ADPCMFormatHeader() |
Decoders/ADPCMAudioInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| aCoef | int16 | Decoders/ADPCMAudioInfo.h | ||
| BaseFormat | WaveFormatHeader | Decoders/ADPCMAudioInfo.h | ||
| SamplesPerChannel | uint32 | Decoders/ADPCMAudioInfo.h | ||
| wNumCoef | uint16 | Decoders/ADPCMAudioInfo.h | ||
| wSamplesPerBlock | uint16 | Decoders/ADPCMAudioInfo.h |