Navigation
API > API/Runtime > API/Runtime/AdpcmAudioDecoder
| |
|
| Name |
WaveFormatHeader |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/AdpcmAudioDecoder/Module/Public/Decoders/ADPCMAudioInfo.h |
| Include Path |
#include "Decoders/ADPCMAudioInfo.h" |
Syntax
struct WaveFormatHeader
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| cbSize |
uint16 |
|
Decoders/ADPCMAudioInfo.h |
|
| nAvgBytesPerSec |
uint32 |
|
Decoders/ADPCMAudioInfo.h |
|
| nBlockAlign |
uint16 |
|
Decoders/ADPCMAudioInfo.h |
|
| nChannels |
uint16 |
|
Decoders/ADPCMAudioInfo.h |
|
| nSamplesPerSec |
uint32 |
|
Decoders/ADPCMAudioInfo.h |
|
| wBitsPerSample |
uint16 |
|
Decoders/ADPCMAudioInfo.h |
|
| wFormatTag |
uint16 |
|
Decoders/ADPCMAudioInfo.h |
|