SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sndpp::WAV::ChunkCSET Struct Reference

#include <WAV.h>

Public Attributes

uint16_t codePage
uint16_t countryCode
uint16_t language
uint16_t dialect

Detailed Description

Definition at line 136 of file WAV.h.

Member Data Documentation

◆ codePage

uint16_t sndpp::WAV::ChunkCSET::codePage

Definition at line 137 of file WAV.h.

◆ countryCode

uint16_t sndpp::WAV::ChunkCSET::countryCode

Definition at line 138 of file WAV.h.

◆ dialect

uint16_t sndpp::WAV::ChunkCSET::dialect

Definition at line 140 of file WAV.h.

◆ language

uint16_t sndpp::WAV::ChunkCSET::language

Definition at line 139 of file WAV.h.


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