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 KiFS path.
|
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.
|