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.
|
CreateVideoResponse |
GPUdb.createVideo(String attribute,
String begin,
double durationSeconds,
String end,
double framesPerSecond,
String style,
String path,
String styleParameters,
Map<String,String> options)
Creates a job to generate a sequence of raster images that visualize
data over a specified time.
|
Modifier and Type | Method and Description |
---|---|
CreateVideoResponse |
CreateVideoResponse.setInfo(Map<String,String> info)
Additional information.
|
CreateVideoResponse |
CreateVideoResponse.setJobId(long jobId)
An identifier for the created job.
|
CreateVideoResponse |
CreateVideoResponse.setPath(String path)
Fully qualified KIFS path to the video file.
|
Copyright © 2025. All rights reserved.