GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_video.h>
Public Member Functions | |
AlterVideoRequest () | |
Constructs an AlterVideoRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
|
inline |
Constructs an AlterVideoRequest object with default parameter values.
Definition at line 25 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 46 of file alter_video.h.
std::map<std::string, std::string> gpudb::AlterVideoRequest::options |
Definition at line 53 of file alter_video.h.
std::string gpudb::AlterVideoRequest::path |
Definition at line 52 of file alter_video.h.