Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateVideoResponse |
GPUdb.createVideo(CreateVideoRequest request)
Creates a job to generate a sequence of raster images that visualize
data over a specified time.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
CreateVideoRequest |
CreateVideoRequest.setAttribute(String attribute)
The animated attribute to map to the video's frames.
|
||
CreateVideoRequest |
CreateVideoRequest.setBegin(String begin)
The start point for the video.
|
||
CreateVideoRequest |
CreateVideoRequest.setDurationSeconds(double durationSeconds)
Seconds of video to produce
|
||
CreateVideoRequest |
CreateVideoRequest.setEnd(String end)
The end point for the video.
|
||
CreateVideoRequest |
CreateVideoRequest.setFramesPerSecond(double framesPerSecond)
The presentation frame rate of the encoded video in frames per second.
|
||
CreateVideoRequest |
CreateVideoRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
CreateVideoRequest |
CreateVideoRequest.setPath(String path)
Fully-qualified
CreateVideoRequest CreateVideoRequest. |
setStyle(String style)
The name of the visualize mode; should correspond to the schema used for
the
styleParameters field. | |
CreateVideoRequest |
CreateVideoRequest.setStyleParameters(String styleParameters)
A string containing the JSON-encoded visualize request.
|
Copyright © 2025. All rights reserved.