|
nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
Public Member Functions | |
| BestShot (const nx::kit::Json &json) noexcept(false) | |
| BestShot (const char *jsonData) noexcept(false) | |
| template<typename T > | |
| BestShot (const T &)=delete | |
| bool | operator== (const BestShot &) const |
| nx::kit::Json | to_json () 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 |
Public Attributes | |
| std::chrono::microseconds | timestamp {} |
| Rect | rect |
| int | streamIndex = -1 |
1.8.14