◆ createVideo() [1/2]
| inline |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 31192 of file KineticaFunctions.cs.
◆ createVideo() [2/2]
| inline |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
Parameters
| attribute | The animated attribute to map to the video’s frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. |
| begin | The start point for the video. Accepts an expression evaluable over the attribute . |
| duration_seconds | Seconds of video to produce. |
| end | The end point for the video. Accepts an expression evaluable over the attribute . |
| frames_per_second | The presentation frame rate of the encoded video in frames per second. |
| style | The name of the visualize mode; should correspond to the schema used for the style_parameters field. Supported values: |
| path | Fully-qualified KiFS path. Write access is required. A file must not exist at that path, unless REPLACE_IF_EXISTS is TRUE. |
| style_parameters | A string containing the JSON-encoded visualize request. Must correspond to the visualize mode specified in the style field. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 31342 of file KineticaFunctions.cs.
◆ CreateVideoAsync() [1/2]
| inline |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 31208 of file KineticaFunctions.cs.
◆ CreateVideoAsync() [2/2]
| inline |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
(async)
Parameters
| attribute | The animated attribute to map to the video’s frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. |
| begin | The start point for the video. Accepts an expression evaluable over the attribute . |
| duration_seconds | Seconds of video to produce. |
| end | The end point for the video. Accepts an expression evaluable over the attribute . |
| frames_per_second | The presentation frame rate of the encoded video in frames per second. |
| style | The name of the visualize mode; should correspond to the schema used for the style_parameters field. Supported values: |
| path | Fully-qualified KiFS path. Write access is required. A file must not exist at that path, unless REPLACE_IF_EXISTS is TRUE. |
| style_parameters | A string containing the JSON-encoded visualize request. Must correspond to the visualize mode specified in the style field. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 31485 of file KineticaFunctions.cs.