GPUdb C++ API  Version 7.2.2.4
gpudb::AlterVideoRequest Struct Reference

A set of parameters for GPUdb::alterVideo. More...

#include <gpudb/protocol/alter_video.h>

Public Member Functions

 AlterVideoRequest ()
 Constructs an AlterVideoRequest object with default parameters. 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
 Fully-qualified KiFS path to the video to be altered. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::alterVideo.

Alters a video.

Definition at line 17 of file alter_video.h.

Constructor & Destructor Documentation

◆ AlterVideoRequest() [1/2]

gpudb::AlterVideoRequest::AlterVideoRequest ( )
inline

Constructs an AlterVideoRequest object with default parameters.

Definition at line 22 of file alter_video.h.

◆ AlterVideoRequest() [2/2]

gpudb::AlterVideoRequest::AlterVideoRequest ( const std::string &  path_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterVideoRequest object with the specified parameters.

Parameters
[in]path_Fully-qualified KiFS path to the video to be altered.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 44 of file alter_video.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::AlterVideoRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 65 of file alter_video.h.

◆ path

std::string gpudb::AlterVideoRequest::path

Fully-qualified KiFS path to the video to be altered.

Definition at line 54 of file alter_video.h.


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