This is the complete list of members for Stream, including all inherited members.
| IsRunning() const | Stream | inline |
| Parent() | Stream | inline |
| ResendBuffersCount() const | Stream | inline |
| Send(const ImagePtr &image, std::function< void(const ImagePtr &)> imageReleased) | Stream | inline |
| Send(const Image &image) | Stream | inline |
| Send(const ImageBufferDescription &bufferDescription, void *basePtr, const std::size_t &bufferSize, std::function< void(void *)> bufferReleased) | Stream | inline |
| SetResendBuffersCount(const std::int64_t &numBuffers) | Stream | inline |
| Stream(const ServerPtr &parent) | Stream | inlineexplicit |
| TrySend(const ImagePtr &image, std::function< void(const ImagePtr &)> imageReleased) | Stream | inline |
| TrySend(const Image &image) | Stream | inline |
| TrySend(const ImageBufferDescription &bufferDescription, void *basePtr, const std::size_t &bufferSize, std::function< void(void *)> bufferReleased) | Stream | inline |