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

#include <WAV.h>

Public Attributes

uint32_t id
int32_t position
ChunkType chunk
uint32_t chunkStart
uint32_t blockStart
uint32_t sampleOffset

Detailed Description

Definition at line 77 of file WAV.h.

Member Data Documentation

◆ blockStart

uint32_t sndpp::WAV::ChunkCUE::CuePoint::blockStart

Definition at line 82 of file WAV.h.

◆ chunk

ChunkType sndpp::WAV::ChunkCUE::CuePoint::chunk

Definition at line 80 of file WAV.h.

◆ chunkStart

uint32_t sndpp::WAV::ChunkCUE::CuePoint::chunkStart

Definition at line 81 of file WAV.h.

◆ id

uint32_t sndpp::WAV::ChunkCUE::CuePoint::id

Definition at line 78 of file WAV.h.

◆ position

int32_t sndpp::WAV::ChunkCUE::CuePoint::position

Definition at line 79 of file WAV.h.

◆ sampleOffset

uint32_t sndpp::WAV::ChunkCUE::CuePoint::sampleOffset

Definition at line 83 of file WAV.h.


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