GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowVideoRequest Struct Reference

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
 

Detailed Description

A set of input parameters for const.

Retrieves information about rendered videos.

Definition at line 18 of file show_video.h.

Constructor & Destructor Documentation

gpudb::ShowVideoRequest::ShowVideoRequest ( )
inline

Constructs a ShowVideoRequest object with default parameter values.

Definition at line 24 of file show_video.h.

gpudb::ShowVideoRequest::ShowVideoRequest ( const std::vector< std::string > &  paths_,
const std::map< std::string, std::string > &  options_ 
)
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.

Definition at line 40 of file show_video.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: