![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
This is the complete list of members for sndpp::XWV, including all inherited members.
bitsPerSample | sndpp::XWV | protected |
channelCount | sndpp::XWV | protected |
data | sndpp::XWV | protected |
decodedSampleCount | sndpp::XWV | protected |
Format enum name | sndpp::XWV | |
format | sndpp::XWV | protected |
Frequency enum name | sndpp::XWV | |
frequency | sndpp::XWV | protected |
getBitsPerSample() const | sndpp::XWV | |
getChannelCount() const | sndpp::XWV | |
getData() const | sndpp::XWV | |
getDecodedSampleCount() const | sndpp::XWV | |
getFormat() const | sndpp::XWV | |
getFrequency() const | sndpp::XWV | |
getLeadingSampleCount() const | sndpp::XWV | |
getLoopBlock() const | sndpp::XWV | |
getLoopStart() const | sndpp::XWV | |
getQuality() const | sndpp::XWV | |
getTrailingSampleCount() const | sndpp::XWV | |
leadingSampleCount | sndpp::XWV | protected |
loopBlock | sndpp::XWV | protected |
loopStart | sndpp::XWV | protected |
opened | sndpp::XWV | protected |
operator bool() const | sndpp::XWV | explicit |
quality | sndpp::XWV | protected |
trailingSampleCount | sndpp::XWV | protected |
XWV(std::span< const std::byte > xwvData) | sndpp::XWV | explicit |
XWV(const std::string &xwvPath) | sndpp::XWV | explicit |