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

A set of results returned by GPUdb::alterVideo. More...

#include <gpudb/protocol/alter_video.h>

Public Member Functions

 AlterVideoResponse ()
 Constructs an AlterVideoResponse object with default parameters. More...
 

Public Attributes

std::string path
 Fully qualified KIFS path to the video file. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterVideo.

Definition at line 117 of file alter_video.h.

Constructor & Destructor Documentation

◆ AlterVideoResponse()

gpudb::AlterVideoResponse::AlterVideoResponse ( )
inline

Constructs an AlterVideoResponse object with default parameters.

Definition at line 122 of file alter_video.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AlterVideoResponse::info

Additional information.

Definition at line 136 of file alter_video.h.

◆ path

std::string gpudb::AlterVideoResponse::path

Fully qualified KIFS path to the video file.

Definition at line 131 of file alter_video.h.


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