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

#include <WAV.h>

Collaboration diagram for sndpp::WAV::ChunkSMPL:

Classes

struct  SampleLoop

Public Attributes

uint32_t manufacturer
uint32_t product
uint32_t samplePeriod
uint32_t midiUnityNote
uint32_t midiPitchFraction
uint32_t smpteFormat
uint32_t smpteOffset
uint32_t sampleLoops
uint32_t samplerData
std::vector< SampleLooploops

Detailed Description

Definition at line 104 of file WAV.h.

Member Data Documentation

◆ loops

std::vector<SampleLoop> sndpp::WAV::ChunkSMPL::loops

Definition at line 123 of file WAV.h.

◆ manufacturer

uint32_t sndpp::WAV::ChunkSMPL::manufacturer

Definition at line 114 of file WAV.h.

◆ midiPitchFraction

uint32_t sndpp::WAV::ChunkSMPL::midiPitchFraction

Definition at line 118 of file WAV.h.

◆ midiUnityNote

uint32_t sndpp::WAV::ChunkSMPL::midiUnityNote

Definition at line 117 of file WAV.h.

◆ product

uint32_t sndpp::WAV::ChunkSMPL::product

Definition at line 115 of file WAV.h.

◆ sampleLoops

uint32_t sndpp::WAV::ChunkSMPL::sampleLoops

Definition at line 121 of file WAV.h.

◆ samplePeriod

uint32_t sndpp::WAV::ChunkSMPL::samplePeriod

Definition at line 116 of file WAV.h.

◆ samplerData

uint32_t sndpp::WAV::ChunkSMPL::samplerData

Definition at line 122 of file WAV.h.

◆ smpteFormat

uint32_t sndpp::WAV::ChunkSMPL::smpteFormat

Definition at line 119 of file WAV.h.

◆ smpteOffset

uint32_t sndpp::WAV::ChunkSMPL::smpteOffset

Definition at line 120 of file WAV.h.


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