![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
This is the complete list of members for sndpp::WAV, including all inherited members.
| CHUNK_CSET enum value | sndpp::WAV | |
| CHUNK_CUE enum value | sndpp::WAV | |
| CHUNK_DATA enum value | sndpp::WAV | |
| CHUNK_FACT enum value | sndpp::WAV | |
| CHUNK_FLLR enum value | sndpp::WAV | |
| CHUNK_FMT enum value | sndpp::WAV | |
| CHUNK_INST enum value | sndpp::WAV | |
| CHUNK_JUNK enum value | sndpp::WAV | |
| CHUNK_MD5 enum value | sndpp::WAV | |
| CHUNK_PAD enum value | sndpp::WAV | |
| CHUNK_PLST enum value | sndpp::WAV | |
| CHUNK_SMPL enum value | sndpp::WAV | |
| chunks | sndpp::RIFF | protected |
| ChunkType enum name | sndpp::WAV | |
| data | sndpp::RIFF | protected |
| getChunks() const | sndpp::RIFF | |
| getFirstChunk(uint32_t chunkType) const | sndpp::RIFF | |
| getFirstWAVChunk() const | sndpp::WAV | inline |
| getNthChunk(uint32_t chunkType, uint32_t n) const | sndpp::RIFF | |
| getNthWAVChunk(uint32_t n) const | sndpp::WAV | inline |
| getSignature() const | sndpp::RIFF | |
| hasChunk(uint32_t chunkType) const | sndpp::RIFF | |
| hasNthChunk(uint32_t chunkType, uint32_t n) const | sndpp::RIFF | |
| isBigEndian() const | sndpp::RIFF | |
| operator bool() const | sndpp::RIFF | explicit |
| RIFF(uint32_t type, uint32_t signature=RIFF_SIGNATURE) | sndpp::RIFF | explicit |
| RIFF(std::vector< std::byte > &&riffData, uint32_t type_) | sndpp::RIFF | explicit |
| RIFF(std::span< const std::byte > riffData, uint32_t type_) | sndpp::RIFF | explicit |
| RIFF(const std::filesystem::path &riffPath, uint32_t type_) | sndpp::RIFF | explicit |
| signature | sndpp::RIFF | protected |
| type | sndpp::RIFF | protected |
| WAV(uint32_t signature=RIFF_SIGNATURE) | sndpp::WAV | explicit |
| WAV(std::vector< std::byte > &&wavData) | sndpp::WAV | explicit |
| WAV(std::span< const std::byte > wavData) | sndpp::WAV | explicit |
| WAV(const std::filesystem::path &wavPath) | sndpp::WAV | explicit |