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>

Public Attributes

uint32_t id
uint32_t length
uint32_t repeats

Detailed Description

Definition at line 90 of file WAV.h.

Member Data Documentation

◆ id

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

Definition at line 91 of file WAV.h.

◆ length

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

Definition at line 92 of file WAV.h.

◆ repeats

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

Definition at line 93 of file WAV.h.


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