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>

Collaboration diagram for sndpp::WAV::ChunkCUE::CuePoint:

Public Attributes

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

Detailed Description

Definition at line 99 of file WAV.h.

Member Data Documentation

◆ blockStart

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

Definition at line 104 of file WAV.h.

◆ chunk

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

Definition at line 102 of file WAV.h.

◆ chunkStart

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

Definition at line 103 of file WAV.h.

◆ id

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

Definition at line 100 of file WAV.h.

◆ position

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

Definition at line 101 of file WAV.h.

◆ sampleOffset

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

Definition at line 105 of file WAV.h.


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