Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FFormatChunk |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioWaveFormatParser.h |
| Include Path | #include "AudioWaveFormatParser.h" |
Syntax
struct FFormatChunk
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageBytesPerSec | uint32 | Average bite rate | AudioWaveFormatParser.h | |
| BitsPerSample | uint16 | Quantization rate, 8, 12, 16. | AudioWaveFormatParser.h | |
| BlockAlign | uint16 | Audio block size. ((mono) 1 = 8bit, 2 = 16bit), ((stereo) 2 = 8bit, 4 = 16bit) | AudioWaveFormatParser.h | |
| cbSize | uint16 | Riff extension size, 34. | AudioWaveFormatParser.h | |
| ChannelMask | uint32 | Mapping of channels to spatial location. | AudioWaveFormatParser.h | |
| ConfigData | uint8 | Subformat-specific setting information. | AudioWaveFormatParser.h | |
| FormatTag | uint16 | Format ID | AudioWaveFormatParser.h | |
| NumChannels | uint16 | Number of channels, 1 = mono, 2 = stereo | AudioWaveFormatParser.h | |
| Reserved | uint32 | Reserved, 0. | AudioWaveFormatParser.h | |
| SamplesPerBlock | uint16 | Number of output samples of audio per block. | AudioWaveFormatParser.h | |
| SamplesPerSec | uint32 | Sampling rate | AudioWaveFormatParser.h | |
| SubFormat | uint8 | Codec ID (for subformat encoding) | AudioWaveFormatParser.h | |
| VersionInfo | uint32 | Version information of the format. | AudioWaveFormatParser.h |