GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::alterVideo. More...
#include <gpudb/protocol/alter_video.h>
Public Member Functions | |
AlterVideoRequest () | |
Constructs an AlterVideoRequest object with default parameters. More... | |
AlterVideoRequest (const std::string &path_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterVideoRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | path |
Fully-qualified KiFS path to the video to be altered. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::alterVideo.
Alters a video.
Definition at line 17 of file alter_video.h.
|
inline |
Constructs an AlterVideoRequest object with default parameters.
Definition at line 22 of file alter_video.h.
|
inline |
Constructs an AlterVideoRequest object with the specified parameters.
[in] | path_ | Fully-qualified KiFS path to the video to be altered. |
[in] | options_ | Optional parameters.
|
Definition at line 44 of file alter_video.h.
std::map<std::string, std::string> gpudb::AlterVideoRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 65 of file alter_video.h.
std::string gpudb::AlterVideoRequest::path |
Fully-qualified KiFS path to the video to be altered.
Definition at line 54 of file alter_video.h.