Uses of Class
com.gpudb.protocol.ShowVideoResponse
-
Packages that use ShowVideoResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowVideoResponse in com.gpudb
Methods in com.gpudb that return ShowVideoResponse Modifier and Type Method Description ShowVideoResponseGPUdb. showVideo(ShowVideoRequest request)Retrieves information about rendered videos.ShowVideoResponseGPUdb. showVideo(List<String> paths, Map<String,String> options)Retrieves information about rendered videos. -
Uses of ShowVideoResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowVideoResponse Modifier and Type Method Description ShowVideoResponseShowVideoResponse. setCreationTimes(List<String> creationTimes)Creation time for each video as an ISO-8601 datetime.ShowVideoResponseShowVideoResponse. setElapsedRenderTimeSeconds(List<Long> elapsedRenderTimeSeconds)The elapsed time spent rendering each video in seconds.ShowVideoResponseShowVideoResponse. setInfo(Map<String,String> info)Additional information.ShowVideoResponseShowVideoResponse. setJobIds(List<Long> jobIds)The job id of the rendering process, for each video that is still being rendered.ShowVideoResponseShowVideoResponse. setPaths(List<String> paths)KIFS path to each video.ShowVideoResponseShowVideoResponse. setRenderedBytes(List<Long> renderedBytes)The number of bytes emitted by the encoder for each video.ShowVideoResponseShowVideoResponse. setRenderedFrames(List<Long> renderedFrames)The number of frames rendered for each video.ShowVideoResponseShowVideoResponse. setRenderedPercents(List<Long> renderedPercents)Percent completion of each video's rendering process (0-100)ShowVideoResponseShowVideoResponse. setRequests(List<String> requests)JSON-string reflecting each video's creation parameters.ShowVideoResponseShowVideoResponse. setStatus(List<String> status)The status of the last rendered frame for each video.ShowVideoResponseShowVideoResponse. setTtls(List<Long> ttls)The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire).
-