AUI Framework
master
Cross-platform base for C++ UI apps
|
This is the complete list of members for ISoundPipe, including all inherited members.
deserialize() | IInputStream | inline |
fromUrl(const AUrl &url) (defined in ISoundInputStream) | ISoundInputStream | static |
info()=0 | ISoundInputStream | pure virtual |
operator<<(const T &t) | IOutputStream | inline |
operator>>(T &dst) | IInputStream | |
operator>>(T &&dst) | IInputStream | |
read(char *dst, size_t size)=0 | IInputStream | pure virtual |
read(std::span< std::byte > destination) | IInputStream | inline |
readExact(char *dst, size_t size) | IInputStream | inline |
write(const char *src, size_t size)=0 | IOutputStream | pure virtual |
write(const T &t) | IOutputStream | |
~IInputStream()=default (defined in IInputStream) | IInputStream | virtual |
~IOutputStream()=default (defined in IOutputStream) | IOutputStream | virtual |