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

#include <WAV.h>

Collaboration diagram for sndpp::WAV::ChunkADTL::LTXT:

Public Attributes

uint32_t id
 
uint32_t sampleLength
 
uint32_t purpose
 
uint16_t country
 
uint16_t language
 
uint16_t dialect
 
uint16_t codePage
 
std::string label
 

Detailed Description

Definition at line 203 of file WAV.h.

Member Data Documentation

◆ codePage

uint16_t sndpp::WAV::ChunkADTL::LTXT::codePage

Definition at line 210 of file WAV.h.

◆ country

uint16_t sndpp::WAV::ChunkADTL::LTXT::country

Definition at line 207 of file WAV.h.

◆ dialect

uint16_t sndpp::WAV::ChunkADTL::LTXT::dialect

Definition at line 209 of file WAV.h.

◆ id

uint32_t sndpp::WAV::ChunkADTL::LTXT::id

Definition at line 204 of file WAV.h.

◆ label

std::string sndpp::WAV::ChunkADTL::LTXT::label

Definition at line 211 of file WAV.h.

◆ language

uint16_t sndpp::WAV::ChunkADTL::LTXT::language

Definition at line 208 of file WAV.h.

◆ purpose

uint32_t sndpp::WAV::ChunkADTL::LTXT::purpose

Definition at line 206 of file WAV.h.

◆ sampleLength

uint32_t sndpp::WAV::ChunkADTL::LTXT::sampleLength

Definition at line 205 of file WAV.h.


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