showVideo
Retrieves information about rendered videos.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showVideo
public ShowVideoResponse showVideo(List<String> paths, Map<String, String> options) throws GPUdbException Retrieves information about rendered videos.Parameters:paths- The fully-qualified KiFS paths for the videos to show. If empty, shows all videos.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.