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

#include <WAV.h>

Inheritance diagram for sndpp::WAV::ChunkADTL:
Collaboration diagram for sndpp::WAV::ChunkADTL:

Classes

struct  LABL
 
struct  LTXT
 
struct  NOTE
 

Public Attributes

std::vector< LABLlabels
 
std::vector< NOTEnotes
 
std::vector< LTXTlabelTexts
 
- 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 192 of file WAV.h.

Member Data Documentation

◆ labels

std::vector<LABL> sndpp::WAV::ChunkADTL::labels

Definition at line 214 of file WAV.h.

◆ labelTexts

std::vector<LTXT> sndpp::WAV::ChunkADTL::labelTexts

Definition at line 216 of file WAV.h.

◆ notes

std::vector<NOTE> sndpp::WAV::ChunkADTL::notes

Definition at line 215 of file WAV.h.


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