|
nx_server_plugin_sdk
1.0
Server Plugin SDK
|
Public Member Functions | |
| BestShot (const nx::kit::Json &json) noexcept(false) | |
| BestShot (const BaseImage &data) | |
| BestShot (const char *jsonStr) noexcept(false) | |
| bool | operator== (const BestShot &) const |
| nx::kit::Json | to_json () const |
Public Member Functions inherited from nx::sdk::cloud_storage::BaseImage | |
| 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 |
Static Public Member Functions | |
| static ValueOrError< BestShot > | fromJson (const char *jsonStr) noexcept |
| static ValueOrError< BestShot > | fromJson (const nx::kit::Json &json) noexcept |
Additional Inherited Members | |
Public Attributes inherited from nx::sdk::cloud_storage::BaseImage | |
| std::chrono::microseconds | timestamp {} |
| Rect | rect |
| int | streamIndex = -1 |
| std::optional< Image > | image |
1.8.14