Skip to main content

◆ alterVideo() [1/4]

AlterVideoResponse gpudb::GPUdb::alterVideo (const AlterVideoRequest &request_) const

Alters a video.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ alterVideo() [2/4]

AlterVideoResponse & gpudb::GPUdb::alterVideo (const AlterVideoRequest &request_,
AlterVideoResponse &response_ ) const

Alters a video.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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]pathFully-qualified KiFS path to the video to be altered.
[in]optionsOptional parameters.The default value is an empty map.
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]pathFully-qualified KiFS path to the video to be altered.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).