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

#include <WAV.h>

Inheritance diagram for sndpp::WAV::ChunkJUNK:
Collaboration diagram for sndpp::WAV::ChunkJUNK:

Public Attributes

std::vector< std::byte > junk
 
- 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 169 of file WAV.h.

Member Data Documentation

◆ junk

std::vector<std::byte> sndpp::WAV::ChunkJUNK::junk

Definition at line 170 of file WAV.h.


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