A set of results returned by GPUdb::alterVideo. More…
#include <gpudb/protocol/alter_video.h>
Public Member Functions | |
| AlterVideoResponse () | |
| Constructs an AlterVideoResponse object with default parameters. | |
Public Attributes | |
| std::string | path |
| Fully qualified KIFS path to the video file. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::alterVideo.
Definition at line 117 of file alter_video.h.
Constructor & Destructor Documentation
◆ AlterVideoResponse()
| inline |
Constructs an AlterVideoResponse object with default parameters.
Definition at line 122 of file alter_video.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AlterVideoResponse::info |
Additional information.
Definition at line 136 of file alter_video.h.
◆ path
| std::string gpudb::AlterVideoResponse::path |
Fully qualified KIFS path to the video file.
Definition at line 131 of file alter_video.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_video.h