GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::string | path |
Fully qualified KIFS path to the video file. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::alterVideo.
Definition at line 117 of file alter_video.h.
|
inline |
Constructs an AlterVideoResponse object with default parameters.
Definition at line 122 of file alter_video.h.
std::map<std::string, std::string> gpudb::AlterVideoResponse::info |
Additional information.
Definition at line 136 of file alter_video.h.
std::string gpudb::AlterVideoResponse::path |
Fully qualified KIFS path to the video file.
Definition at line 131 of file alter_video.h.