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

#include <WAV.h>

Collaboration diagram for sndpp::WAV::ChunkVDAT::Phoneme:

Public Attributes

float startTime {}
float endTime {}
float volume {}
uint32_t code {}
std::string name

Detailed Description

Definition at line 155 of file WAV.h.

Member Data Documentation

◆ code

uint32_t sndpp::WAV::ChunkVDAT::Phoneme::code {}

Definition at line 159 of file WAV.h.

◆ endTime

float sndpp::WAV::ChunkVDAT::Phoneme::endTime {}

Definition at line 157 of file WAV.h.

◆ name

std::string sndpp::WAV::ChunkVDAT::Phoneme::name

Definition at line 160 of file WAV.h.

◆ startTime

float sndpp::WAV::ChunkVDAT::Phoneme::startTime {}

Definition at line 156 of file WAV.h.

◆ volume

float sndpp::WAV::ChunkVDAT::Phoneme::volume {}

Definition at line 158 of file WAV.h.


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