nx_server_plugin_sdk  1.0
Server Plugin SDK
Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::BaseImage Struct Reference

#include <data.h>

Inheritance diagram for nx::sdk::cloud_storage::BaseImage:
nx::sdk::cloud_storage::BestShot nx::sdk::cloud_storage::Title

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::JsontoBaseObject () const
 
bool isNull () const
 

Public Attributes

std::chrono::microseconds timestamp {}
 
Rect rect
 
int streamIndex = -1
 
std::optional< Imageimage
 

Detailed Description

The image/thumbnail + related metadata.


The documentation for this struct was generated from the following files: