Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowVideoResponse |
GPUdb.showVideo(List<String> paths,
Map<String,String> options)
Retrieves information about rendered videos.
|
ShowVideoResponse |
GPUdb.showVideo(ShowVideoRequest request)
Retrieves information about rendered videos.
|
Modifier and Type | Method and Description |
---|---|
ShowVideoResponse |
ShowVideoResponse.setCreationTimes(List<String> creationTimes)
Creation time for each video as an ISO-8601 datetime.
|
ShowVideoResponse |
ShowVideoResponse.setElapsedRenderTimeSeconds(List<Long> elapsedRenderTimeSeconds)
The elapsed time spent rendering each video in seconds.
|
ShowVideoResponse |
ShowVideoResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowVideoResponse |
ShowVideoResponse.setJobIds(List<Long> jobIds)
The job id of the rendering process, for each video that is still being
rendered.
|
ShowVideoResponse |
ShowVideoResponse.setPaths(List<String> paths)
KIFS path to each video.
|
ShowVideoResponse |
ShowVideoResponse.setRenderedBytes(List<Long> renderedBytes)
The number of bytes emitted by the encoder for each video.
|
ShowVideoResponse |
ShowVideoResponse.setRenderedFrames(List<Long> renderedFrames)
The number of frames rendered for each video.
|
ShowVideoResponse |
ShowVideoResponse.setRenderedPercents(List<Long> renderedPercents)
Percent completion of each video's rendering process (0-100)
|
ShowVideoResponse |
ShowVideoResponse.setRequests(List<String> requests)
JSON-string reflecting each video's creation parameters.
|
ShowVideoResponse |
ShowVideoResponse.setStatus(List<String> status)
The status of the last rendered frame for each video.
|
ShowVideoResponse |
ShowVideoResponse.setTtls(List<Long> ttls)
Copyright © 2025. All rights reserved. |