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

#include <WAV.h>

Inheritance diagram for sndpp::WAV::ChunkCSET:
Collaboration diagram for sndpp::WAV::ChunkCSET:

Public Attributes

uint16_t codePage
 
uint16_t countryCode
 
uint16_t language
 
uint16_t dialect
 
- Public Attributes inherited from sndpp::WAV::ChunkBase
ChunkType type = ChunkType::JUNK
 

Additional Inherited Members

- Public Member Functions inherited from sndpp::WAV::ChunkBase
virtual ~ChunkBase ()=default
 

Detailed Description

Definition at line 158 of file WAV.h.

Member Data Documentation

◆ codePage

uint16_t sndpp::WAV::ChunkCSET::codePage

Definition at line 159 of file WAV.h.

◆ countryCode

uint16_t sndpp::WAV::ChunkCSET::countryCode

Definition at line 160 of file WAV.h.

◆ dialect

uint16_t sndpp::WAV::ChunkCSET::dialect

Definition at line 162 of file WAV.h.

◆ language

uint16_t sndpp::WAV::ChunkCSET::language

Definition at line 161 of file WAV.h.


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