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. | |
| ShowVideoRequest (const std::vector< std::string > &paths_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowVideoRequest object with the specified parameters. | |
Public Attributes | |
| std::vector< std::string > | paths |
| The fully-qualified KiFS paths for the videos to show. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::showVideo.
Retrieves information about rendered videos.
Definition at line 17 of file show_video.h.
Constructor & Destructor Documentation
◆ ShowVideoRequest() [1/2]
| inline |
Constructs a ShowVideoRequest object with default parameters.
Definition at line 22 of file show_video.h.
◆ ShowVideoRequest() [2/2]
| inline |
Constructs a ShowVideoRequest object with the specified parameters.
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.
Member Data Documentation
◆ options
| std::map<std::string, std::string> gpudb::ShowVideoRequest::options |
◆ paths
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_video.h