|
nx_server_plugin_sdk
1.0
Server Plugin SDK
|
#include <data.h>
Public Member Functions | |
| BaseImage (const nx::kit::Json &json) noexcept(false) | |
| BaseImage (const char *jsonData) noexcept(false) | |
| bool | operator== (const BaseImage &) const |
| template<typename T > | |
| BaseImage (const T &)=delete | |
| nx::kit::Json | to_json () const |
| std::map< std::string, nx::kit::detail::json11::Json > | toBaseObject () const |
| bool | isNull () const |
Public Attributes | |
| std::chrono::microseconds | timestamp {} |
| Rect | rect |
| int | streamIndex = -1 |
| std::optional< Image > | image |
The image/thumbnail + related metadata.
1.8.14