GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_video.h>
Public Member Functions | |
ShowVideoRequest () | |
Constructs a ShowVideoRequest object with default parameter values. More... | |
ShowVideoRequest (const std::vector< std::string > &paths_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowVideoRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | paths |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Retrieves information about rendered videos.
Definition at line 18 of file show_video.h.
|
inline |
Constructs a ShowVideoRequest object with default parameter values.
Definition at line 24 of file show_video.h.
|
inline |
Constructs a ShowVideoRequest object with the specified parameters.
[in] | paths_ | The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. |
[in] | options_ | Optional parameters. |
Definition at line 40 of file show_video.h.
std::map<std::string, std::string> gpudb::ShowVideoRequest::options |
Definition at line 47 of file show_video.h.
std::vector<std::string> gpudb::ShowVideoRequest::paths |
Definition at line 46 of file show_video.h.