◆ alterVideo() [1/4]
| AlterVideoResponse gpudb::GPUdb::alterVideo | ( | const AlterVideoRequest & | request_ | ) | const |
◆ alterVideo() [2/4]
| AlterVideoResponse & gpudb::GPUdb::alterVideo | ( | const AlterVideoRequest & | request_, |
| AlterVideoResponse & | response_ ) const |
◆ alterVideo() [3/4]
| AlterVideoResponse gpudb::GPUdb::alterVideo | ( | const std::string & | path, |
| const std::map< std::string, std::string > & | options ) const |
Alters a video.
Parameters
| [in] | path | Fully-qualified KiFS path to the video to be altered. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ alterVideo() [4/4]
| AlterVideoResponse & gpudb::GPUdb::alterVideo | ( | const std::string & | path, |
| const std::map< std::string, std::string > & | options, | ||
| AlterVideoResponse & | response_ ) const |
Alters a video.
Parameters
| [in] | path | Fully-qualified KiFS path to the video to be altered. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).