SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sndpp::RIFF Member List

This is the complete list of members for sndpp::RIFF, including all inherited members.

chunkssndpp::RIFFprotected
datasndpp::RIFFprotected
getChunks() constsndpp::RIFF
getFirstChunk(uint32_t chunkType) constsndpp::RIFF
getNthChunk(uint32_t chunkType, uint32_t n) constsndpp::RIFF
getSignature() constsndpp::RIFF
hasChunk(uint32_t chunkType) constsndpp::RIFF
hasNthChunk(uint32_t chunkType, uint32_t n) constsndpp::RIFF
isBigEndian() constsndpp::RIFF
operator bool() constsndpp::RIFFexplicit
RIFF(uint32_t type, uint32_t signature=RIFF_SIGNATURE)sndpp::RIFFexplicit
RIFF(std::vector< std::byte > &&riffData, uint32_t type_)sndpp::RIFFexplicit
RIFF(std::span< const std::byte > riffData, uint32_t type_)sndpp::RIFFexplicit
RIFF(const std::filesystem::path &riffPath, uint32_t type_)sndpp::RIFFexplicit
signaturesndpp::RIFFprotected
typesndpp::RIFFprotected