Skip to main content

◆ showVideo() [1/4]

ShowVideoResponse gpudb::GPUdb::showVideo (const ShowVideoRequest &request_) const

Retrieves information about rendered videos.

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

◆ showVideo() [2/4]

ShowVideoResponse & gpudb::GPUdb::showVideo (const ShowVideoRequest &request_,
ShowVideoResponse &response_ ) const

Retrieves information about rendered videos.

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).

◆ showVideo() [3/4]

ShowVideoResponse gpudb::GPUdb::showVideo (const std::vector< std::string > &paths,
const std::map< std::string, std::string > &options ) const

Retrieves information about rendered videos.

Parameters
[in]pathsThe fully-qualified KiFS paths for the videos to show. If empty, shows all videos.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showVideo() [4/4]

ShowVideoResponse & gpudb::GPUdb::showVideo (const std::vector< std::string > &paths,
const std::map< std::string, std::string > &options,
ShowVideoResponse &response_ ) const

Retrieves information about rendered videos.

Parameters
[in]pathsThe fully-qualified KiFS paths for the videos to show. If empty, shows all videos.
[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).