GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showVideo. More...
#include <gpudb/protocol/show_video.h>
Public Member Functions | |
ShowVideoRequest () | |
Constructs a ShowVideoRequest object with default parameters. 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 |
The fully-qualified KiFS paths for the videos to show. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showVideo.
Retrieves information about rendered videos.
Definition at line 17 of file show_video.h.
|
inline |
Constructs a ShowVideoRequest object with default parameters.
Definition at line 22 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. The default value is an empty map. |
Definition at line 38 of file show_video.h.
std::map<std::string, std::string> gpudb::ShowVideoRequest::options |
std::vector<std::string> gpudb::ShowVideoRequest::paths |
The fully-qualified KiFS paths for the videos to show.
If empty, shows all videos.
Definition at line 49 of file show_video.h.