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

#include <WAV.h>

Collaboration diagram for sndpp::WAV::ChunkPLST::Segment:

Public Attributes

uint32_t id
 
uint32_t length
 
uint32_t repeats
 

Detailed Description

Definition at line 112 of file WAV.h.

Member Data Documentation

◆ id

uint32_t sndpp::WAV::ChunkPLST::Segment::id

Definition at line 113 of file WAV.h.

◆ length

uint32_t sndpp::WAV::ChunkPLST::Segment::length

Definition at line 114 of file WAV.h.

◆ repeats

uint32_t sndpp::WAV::ChunkPLST::Segment::repeats

Definition at line 115 of file WAV.h.


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